PHPackages                             espressobytes/mergeconfigfiles - 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. espressobytes/mergeconfigfiles

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

espressobytes/mergeconfigfiles
==============================

Merge Config Files for Magento 2

1.0.4(6y ago)01.3kproprietaryPHP

Since Jun 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/espressobytes/mage2-config-merge)[ Packagist](https://packagist.org/packages/espressobytes/mergeconfigfiles)[ RSS](/packages/espressobytes-mergeconfigfiles/feed)WikiDiscussions master Synced today

READMEChangelog (5)DependenciesVersions (4)Used By (0)

Module Espressobytes\_MergeConfigFiles
--------------------------------------

[](#module-espressobytes_mergeconfigfiles)

### Introduction

[](#introduction)

This module has the purpose to merge two config-files (in the form of config.php) to a new config-file

### Installation

[](#installation)

Installation via composer

```
composer require espressobytes/mergeconfigfiles

```

### Usage

[](#usage)

In Magento-Root, use:

```
 bin/magento config-merge:merge-files    [ Default: app/etc/]

```

Example:

```
 bin/magento config-merge:merge-files config.php config_build_addons.php config_buildsystem.php

```

### Integration within deployment of Magento 2

[](#integration-within-deployment-of-magento-2)

To use this command within the deployment of Magento, the default command list has to be modified. You can do that via composer-patches:

In your `composer.json add (example):

```
...
"extra": {
    "patches": {
        "magento/magento2-base": {
            "Add new Command to CommandList": "patches/composer/magento2base_add_command.patch"
        },

```

Following this example, you have to have a new patch-file in the folder `patches/composer` named `magento2base_add_command.patch`.

Add this content to that file:

```
Index: a/setup/src/Magento/Setup/Console/CommandList.php
UTF-8
===================================================================
--- a/setup/src/Magento/Setup/Console/CommandList.php
+++ a/setup/src/Magento/Setup/Console/CommandList.php
@@ -74,7 +74,8 @@
             \Magento\Setup\Console\Command\RollbackCommand::class,
             \Magento\Setup\Console\Command\UpgradeCommand::class,
             \Magento\Setup\Console\Command\UninstallCommand::class,
-            \Magento\Setup\Console\Command\DeployStaticContentCommand::class
+            \Magento\Setup\Console\Command\DeployStaticContentCommand::class,
+            \Espressobytes\MergeConfigFiles\Command\MergeConfigFilesCommand::class
         ];
     }

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2201d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3527116?v=4)[espressobytes](/maintainers/espressobytes)[@espressobytes](https://github.com/espressobytes)

---

Top Contributors

[![espressobytes](https://avatars.githubusercontent.com/u/3527116?v=4)](https://github.com/espressobytes "espressobytes (10 commits)")

### Embed Badge

![Health badge](/badges/espressobytes-mergeconfigfiles/health.svg)

```
[![Health](https://phpackages.com/badges/espressobytes-mergeconfigfiles/health.svg)](https://phpackages.com/packages/espressobytes-mergeconfigfiles)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k132.8M890](/packages/barryvdh-laravel-ide-helper)[friendsofphp/proxy-manager-lts

Adding support for a wider range of PHP versions to ocramius/proxy-manager

1.2k147.4M152](/packages/friendsofphp-proxy-manager-lts)[php-stubs/wordpress-stubs

WordPress function and class declaration stubs for static analysis.

20416.0M413](/packages/php-stubs-wordpress-stubs)[scheb/tombstone

Dead code detection with tombstones for PHP

285622.5k2](/packages/scheb-tombstone)[lkrms/pretty-php

The opinionated PHP code formatter

15088.3k1](/packages/lkrms-pretty-php)[ericlagarda/nova-embed

Embed field for Laravel Nova

1222.1k](/packages/ericlagarda-nova-embed)

PHPackages © 2026

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