PHPackages                             gummmibear/ze-config-manager - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. gummmibear/ze-config-manager

AbandonedLibrary[Parsing &amp; Serialization](/categories/parsing)

gummmibear/ze-config-manager
============================

Zend Expressive Config Manager

v1.0(9y ago)37.0kMITPHPPHP &gt;=7.0

Since Jan 16Pushed 9y ago2 watchersCompare

[ Source](https://github.com/gummmibear/ze-config-manager)[ Packagist](https://packagist.org/packages/gummmibear/ze-config-manager)[ Docs](https://github.com/gummmibear/)[ RSS](/packages/gummmibear-ze-config-manager/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Zend Expressive Config Manager
==============================

[](#zend-expressive-config-manager)

[![Build Status](https://camo.githubusercontent.com/6bf57de7b278818cc9da02dcbc79309dd1570f4aa446d25824115af461399fff/68747470733a2f2f7472617669732d63692e6f72672f67756d6d6d69626561722f7a652d636f6e6669672d6d616e616765722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/gummmibear/ze-config-manager)

Library for config PHP application. With simple caching.

Designed for [zend-expressive](https://zendframework.github.io/zend-expressive/)

Installation
------------

[](#installation)

### Composer

[](#composer)

The preferred way to install this extension is through [Composer](http://getcomposer.org/).

Either run

```
composer require gummmibear/ze-config-manager dev-master

```

or add

```
"gummmibear/ze-config-manager": "dev-master"

```

to the require section of your `composer.json`

Usage
-----

[](#usage)

### Config providers

[](#config-providers)

- PHP
- Yaml

File name patterns for php files.

- \*.global.php
- \*.local.php

File name patterns for Yaml files

- \*.yml,
- \*.global.yml
- \*.local.yml

To cache config file you can set cache dir otherwise will be used default value for cache file.

```
//config/config.php
