PHPackages                             mygento/module-configsync - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. mygento/module-configsync

ActiveMagento2-module[DevOps &amp; Deployment](/categories/devops)

mygento/module-configsync
=========================

A module to store Magento configuration with multiple environments in the version control

2.4.1(2y ago)680.2k↓35.4%4[1 PRs](https://github.com/mygento/configsync/pulls)OSL-3.0PHP

Since Mar 7Pushed 1y ago9 watchersCompare

[ Source](https://github.com/mygento/configsync)[ Packagist](https://packagist.org/packages/mygento/module-configsync)[ RSS](/packages/mygento-module-configsync/feed)WikiDiscussions v2.4 Synced 1mo ago

READMEChangelogDependencies (3)Versions (16)Used By (0)

Magento 2 Configuration Sync
============================

[](#magento-2-configuration-sync)

A module to store Magento configuration with multiple environments in the version control

[![Build Status](https://github.com/mygento/configsync/actions/workflows/grumphp.yml/badge.svg)](https://github.com/mygento/configsync/actions/workflows/grumphp.yml)[![Latest Stable Version](https://camo.githubusercontent.com/e288881426ddfe8103ddec4fba1178385666d8af109449939eb0dc3b5e0d59bc/68747470733a2f2f706f7365722e707567782e6f72672f6d7967656e746f2f6d6f64756c652d636f6e66696773796e632f762f737461626c65)](https://packagist.org/packages/mygento/module-configsync)[![Total Downloads](https://camo.githubusercontent.com/1e7c8ffac20d1e73c7968f94e6304bc14aaf08b785ab1bfc5db0fb135a9357f0/68747470733a2f2f706f7365722e707567782e6f72672f6d7967656e746f2f6d6f64756c652d636f6e66696773796e632f646f776e6c6f616473)](https://packagist.org/packages/mygento/module-configsync)

File Syntax
-----------

[](#file-syntax)

The configuration values are stored in a YAML file. The format of the file is as follows:

```
environment:
    scope_key:
       path: value

```

For example:

```
production:
    default:
        web/secure/base_url: https://domain.com/
        web/secure/use_in_frontend: 1
development:
    default:
        web/secure/base_url: https://domain1.com/
        admin/url/custom: %DELETE%
    websites-1:
        web/secure/use_in_frontend: 1
    stores-1:
        web/secure/use_in_frontend: 0

```

Valid scope keys are:

- default
- stores-`$id`
- websites-`$id`

Use `%DELETE%` to delete config path

Usage
-----

[](#usage)

#### Sync config from file

[](#sync-config-from-file)

```
php bin/magento setup:config:sync [options] [--]

```

Arguments:

- **env** - environment for import.
- **config\_yaml\_file** - the YAML file containing the configuration settings.

Options:

- **--detailed** - display detailed information (1 - display, otherwise - not display).

#### Dump config

[](#dump-config)

```
php bin/magento setup:config:dump [--]

```

Note: only `default` scope is implemented

Arguments:

- **env** - environment name.
- **section** - name of the section to export its config.
- **filename** - name of the output file (Optional).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 71.9% 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 ~150 days

Recently: every ~426 days

Total

16

Last Release

733d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a45e667cab39265bb2da9daad9314886d5ffaf4b28a5beffe09d8ca9605022f?d=identicon)[mygento](/maintainers/mygento)

---

Top Contributors

[![luckyraul](https://avatars.githubusercontent.com/u/7735520?v=4)](https://github.com/luckyraul "luckyraul (23 commits)")[![a-ilyasov](https://avatars.githubusercontent.com/u/35799780?v=4)](https://github.com/a-ilyasov "a-ilyasov (8 commits)")[![kylerqws](https://avatars.githubusercontent.com/u/20369035?v=4)](https://github.com/kylerqws "kylerqws (1 commits)")

---

Tags

deploymentmagento2magento2-moduleversion-controlmagentomygento

### Embed Badge

![Health badge](/badges/mygento-module-configsync/health.svg)

```
[![Health](https://phpackages.com/badges/mygento-module-configsync/health.svg)](https://phpackages.com/packages/mygento-module-configsync)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.4M207](/packages/deployer-deployer)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[rafaelstz/deployer-magento2

Magento 2 deployment tool based on deployer.org

5223.5k](/packages/rafaelstz-deployer-magento2)[yousign/zdd-message-bundle

Assert Zero Downtime Deployment compliance for messages

28113.5k](/packages/yousign-zdd-message-bundle)

PHPackages © 2026

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