zendframework/zend-config
This package is abandoned and no longer maintained.
The author suggests using the laminas/laminas-config package instead.
provides a nested object property based user interface for accessing this configuration data within application code
Maintainers
3.3.0
2019-06-08 18:58 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
Provides
None
Conflicts
Replaces
None
BSD-3-Clause 012341361ae3cc97a99959e7cb7c9ebd04d49572
This package is auto-updated.
Last update: 2020-01-29 14:46:42 UTC
README
Repository abandoned 2019-12-31
This repository has moved to laminas/laminas-config.
👁 Build Status
👁 Coverage Status
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://docs.zendframework.com/zend-config/
