PHPackages                             labcoding/merge-module-config - 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. labcoding/merge-module-config

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

labcoding/merge-module-config
=============================

ZF2 module for automated merging config files in modules

2.0(9y ago)094MITPHPPHP &gt;=5.3

Since Jan 30Pushed 8y agoCompare

[ Source](https://github.com/labcoding/MergeModuleConfig)[ Packagist](https://packagist.org/packages/labcoding/merge-module-config)[ Docs](https://github.com/labcoding/MergeModuleConfig)[ RSS](/packages/labcoding-merge-module-config/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

ZF2 MergeModuleConfig module
============================

[](#zf2-mergemoduleconfig-module)

This module automated merging config files in modules. All `*.php` files in `ModuleName/config/autoload` folder will be merged automatically.

If you have many "....config.php" files in one module, for sample:

```
    - route.config.php
    - service_manger.config.php
    - controller.config.php
```

Marge Module Config merged all files in `config/autoload` folder, and you don't need to write some like this

```
