webino / zend-config
provides a nested object property based user interface for accessing this configuration data within application code
3.2.0
2018-04-24 19:26 UTC
Requires
- php: ^5.6 || ^7.0
- ext-json: *
- psr/container: ^1.0
- zendframework/zend-stdlib: ^2.7.7 || ^3.1
Requires (Dev)
- malukenho/docheader: ^0.1.6
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.2
- zendframework/zend-coding-standard: ~1.0.0
- zendframework/zend-filter: ^2.7.2
- zendframework/zend-i18n: ^2.7.4
- zendframework/zend-servicemanager: ^2.7.8 || ^3.3
Suggests
- zendframework/zend-filter: ^2.7.2; install if you want to use the Filter processor
- zendframework/zend-i18n: ^2.7.4; install if you want to use the Translator processor
- zendframework/zend-servicemanager: ^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory
Conflicts
This package is auto-updated.
Last update: 2026-06-15 14:16:42 UTC
README
Zend\Config is designed to simplify access to configuration data within
applications. It provides a nested object property-based user interface for
accessing this configuration data within application code. The configuration
data may come from a variety of media supporting hierarchical data storage.
- File issues at https://github.com/zendframework/zend-config/issues
- Documentation is at https://zendframework.github.io/zend-config/