zend-config
zend-config copied to clipboard
Config component from Zend Framework
This feature will allow getenv function to be run from static files like yaml. ### Using Zend\\Config\\Processor\\Env This example illustrates the basic usage of `Zend\Config\Processor\Env`: ```php putenv('AMQP_PASSWORD=guest'); use Zend\Config\Config; use...
- [x] Is this related to quality assurance?
I came to the following question/thoughts by chance, when I'v started implement a writer capable to write array configuration into multiple files. It splits configuration by criteria, currently hard-coded by...
[TOML](https://github.com/toml-lang/toml) Like in [symfony](https://github.com/yosymfony/toml)
- [x] I was not able to find an [open](https://github.com/zendframework/zend-config/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-config/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...