PHPackages                             hammer/magento2-configurator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. hammer/magento2-configurator

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

hammer/magento2-configurator
============================

This is a fork from CTIDigital's configurator repo. Keep magento persistently configured using files

1.4.2(7y ago)03.8kPHP

Since Sep 11Pushed 7y agoCompare

[ Source](https://github.com/WeidenhammerCommerce/magento2-configurator)[ Packagist](https://packagist.org/packages/hammer/magento2-configurator)[ RSS](/packages/hammer-magento2-configurator/feed)WikiDiscussions develop Synced today

READMEChangelogDependencies (7)Versions (55)Used By (0)

Magento 2 Configurator
======================

[](#magento-2-configurator)

[![Build Status](https://camo.githubusercontent.com/3dcbc92839808407520e174cb0fd719cb93ed8812399f397bb4cb8d2eed41e2a/68747470733a2f2f7472617669732d63692e6f72672f6374696469676974616c2f6d6167656e746f322d636f6e666967757261746f722e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/ctidigital/magento2-configurator)

A Magento module initially created by [CTI Digital](http://www.ctidigital.com/) to create and maintain database variables using files. This module aims to bring the following benefits to a Magento developer's work flow:

- Install Magento from scratch with important database based configuration ready.
- Share and collaborate configuration with other colleagues using your own versioning system.
- Keep versions of your configurations using your own versioning system.
- Split your configuration based on the environment you're developing on.

If you're interested to find out more about the background of the configurator, watch this lightning talk by [Raj Chevli](https://twitter.com/chevli) at Mage Titans in Manchester on [YouTube](https://www.youtube.com/watch?v=iFkhAzJl2k0).

This is a work in progress and by no means for use with production environments (and probably not even development environments either just yet).

Testing Locally For Development
-------------------------------

[](#testing-locally-for-development)

If you are contributing the module, please run the following commands to stand the best chance with Travis CI liking your code. These test include PHP Code Sniffer, PHP Mess Detector, PHP Copy and Paste Detector, PHP Unit

```
php vendor/bin/phpcs --standard=PSR2 vendor/ctidigital/magento2-configurator/Model/ vendor/ctidigital/magento2-configurator/Console/ vendor/ctidigital/magento2-configurator/Test/ vendor/ctidigital/magento2-configurator/Api/ vendor/ctidigital/magento2-configurator/Component/ vendor/ctidigital/magento2-configurator/Exception/
php vendor/bin/phpmd vendor/ctidigital/magento2-configurator/Model/,vendor/ctidigital/magento2-configurator/Console/,vendor/ctidigital/magento2-configurator/Test/,vendor/ctidigital/magento2-configurator/Api/,vendor/ctidigital/magento2-configurator/Component/,vendor/ctidigital/magento2-configurator/Exception/ text cleancode,codesize,controversial,design,naming,unusedcode
php vendor/bin/phpcpd vendor/ctidigital/magento2-configurator/Model/ vendor/ctidigital/magento2-configurator/Console vendor/ctidigital/magento2-configurator/Test/ vendor/ctidigital/magento2-configurator/Api/ vendor/ctidigital/magento2-configurator/Component/ vendor/ctidigital/magento2-configurator/Exception/
php vendor/bin/phpunit vendor/ctidigital/magento2-configurator/Test/Unit/

```

Integration tests
-----------------

[](#integration-tests)

- Configure your [Magento integration test environment](http://devdocs.magento.com/guides/v2.0/test/integration/integration_test_setup.html).
- Add the XML below to dev/tests/integration/phpunit.xml.dist

```

    ../../../vendor/ctidigital/magento2-configurator/Test/Integration

```

- You can run the tests from the correct place on the command line

```
/dev/tests/integration$ ../../../vendor/bin/phpunit --testsuite "magento2-configurator"

```

- You can also add the magento PHP developer tools to your path, so that you do not have to specify location of phpunit

```
export PATH=$PATH:/var/www/magento2/vendor/bin

```

Unit tests
----------

[](#unit-tests)

If you're developing a new component, please ensure you have your corresponding unit test which extends `ComponentAbstractTestCase` as that will test that your component has the required functions. Do also include sample files with your component that works

Travis
------

[](#travis)

We also use Travis CI to automate part of the testing process (we are still looking to add more to this!). It tests the following:

- CodeSniffer
- MessDetector
- Copy &amp; Paste Detection
- Unit Tests
- Run Configurator (we aim to run it on these versions)
    1. Latest 3 minor versions
    2. Latest release candidate (allowed to fail)

Getting Started
---------------

[](#getting-started)

1. Create a `master.yaml` file in `/app/etc/`. (see `Samples/master.yaml`)
2. Enable Modules `CtiDigital_Configurator`,`FireGento_FastSimpleImport`.
3. Run `bin/magento configurator:run --env=""`

### Usage

[](#usage)

- Listing available components `bin/magento configurator:list`
- Running individual components `bin/magento configurator:run --env="" --component="config"`
- Extra logs `bin/magento configurator:run --env="" -v`

Roadmap for components to do
----------------------------

[](#roadmap-for-components-to-do)

ComponentCode WrittenTests WrittenSample FilesWebsites✅❕✅System Configuration✅❕✅Categories✅❕✅Products✅❕✅Attributes✅❕✅Attribute Sets✅❕✅Blocks✅❕✅Admin Roles✅❕✅Admin Users✅❕✅Pages✅❕✅Widgets✅❕✅Customer Groups✅❕✅Media✅❕✅Tax Rules✅❕✅API Integrations✅❕✅Tax Rates✅❕✅Rewrites✅✅✅Review Ratings✅✅✅Related Products✅❕✅Up Sell Products✅❕✅Cross Sell Products✅❕✅Customers✅✅✅SQL✅✅✅Catalog Price Rules✅❌✅Shipping Table Rates✅✅✅Customer Attributes✅❌✅Shopping Cart Price Rules❌❌❌Orders❌❌❌License
-------

[](#license)

MIT

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 58.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~17 days

Recently: every ~50 days

Total

42

Last Release

2825d ago

Major Versions

0.21.1 → 1.0.12017-11-13

PHP version history (2 changes)0.1.0PHP ~5.6.0|~7.0.0

0.21.1PHP ~5.6.0|~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a7fbdffac12b02885bf6376b3277b5622935c9bb5099f126226a7c7cc41efcf?d=identicon)[weidenhammer](/maintainers/weidenhammer)

![](https://www.gravatar.com/avatar/ec7806dd59131da34a12d7b7f14f056e143835e02ba18ca20c612b93d7f7d4ef?d=identicon)[emafernandez](/maintainers/emafernandez)

![](https://www.gravatar.com/avatar/ba2fa4327eefac940f89357ecc0430721e6068f01aba0922ad9a39acd603c494?d=identicon)[rsisco](/maintainers/rsisco)

---

Top Contributors

[![chevli](https://avatars.githubusercontent.com/u/7550729?v=4)](https://github.com/chevli "chevli (278 commits)")[![paulpartington-cti](https://avatars.githubusercontent.com/u/6105453?v=4)](https://github.com/paulpartington-cti "paulpartington-cti (106 commits)")[![chrisgan](https://avatars.githubusercontent.com/u/2246778?v=4)](https://github.com/chrisgan "chrisgan (24 commits)")[![furan917](https://avatars.githubusercontent.com/u/15950274?v=4)](https://github.com/furan917 "furan917 (24 commits)")[![zxon](https://avatars.githubusercontent.com/u/914678?v=4)](https://github.com/zxon "zxon (16 commits)")[![bartoszherba](https://avatars.githubusercontent.com/u/16045377?v=4)](https://github.com/bartoszherba "bartoszherba (6 commits)")[![emafernandez](https://avatars.githubusercontent.com/u/4308114?v=4)](https://github.com/emafernandez "emafernandez (5 commits)")[![matthewhaworth](https://avatars.githubusercontent.com/u/920191?v=4)](https://github.com/matthewhaworth "matthewhaworth (4 commits)")[![informaniac](https://avatars.githubusercontent.com/u/9445834?v=4)](https://github.com/informaniac "informaniac (3 commits)")[![r-stanley](https://avatars.githubusercontent.com/u/7629178?v=4)](https://github.com/r-stanley "r-stanley (3 commits)")[![suresh-cti](https://avatars.githubusercontent.com/u/81560393?v=4)](https://github.com/suresh-cti "suresh-cti (3 commits)")[![thaddeusmt](https://avatars.githubusercontent.com/u/129787?v=4)](https://github.com/thaddeusmt "thaddeusmt (2 commits)")[![adragus-inviqa](https://avatars.githubusercontent.com/u/13104649?v=4)](https://github.com/adragus-inviqa "adragus-inviqa (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/hammer-magento2-configurator/health.svg)

```
[![Health](https://phpackages.com/badges/hammer-magento2-configurator/health.svg)](https://phpackages.com/packages/hammer-magento2-configurator)
```

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[ctidigital/magento2-configurator

Keep magento persistently configured using files

174317.4k](/packages/ctidigital-magento2-configurator)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
