zend-config icon indicating copy to clipboard operation
zend-config copied to clipboard

Config component from Zend Framework

Results 5 zend-config issues
Sort by recently updated
recently updated
newest added

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...

awaiting author updates

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)

enhancement
question

- [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/)...