zendframework/zend-config
Abandoned; use laminas/laminas-config. provides a nested object property based user interface for accessing this configuration data within application code
3.3.0
20M downloads/mo
#2936 most downloaded on Packagist
zendframework/zend-config
What this package is like to depend on
Last release 7 years ago
no release in 18 months
Release timing varies
gaps range from 4 weeks to 1.2 years
Rarely documented
notes for 5 of 65 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
65 releases · first in 2012
0 releases in the last 12 months
see the full history below
Release timeline
33 releases · Oct 2012 to Jun 2019Releases
latest 60 of 65-
3.3.008 Jun 2019Release notes
Open source →Added
- #54 adds support for PHP 7.3.
- #58 adds
$processSectionsto INI reader, allowing control over whether sections should be parsed or not - #63 adds .yml to Zend\Config\Factory as an alternative extension for yaml
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
- #54 adds support for PHP 7.3.
- #58 adds
$processSectionsto INI reader, allowing control over whether sections should be parsed or not - #63 adds .yml to Zend\Config\Factory as an alternative extension for yaml
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
-
3.2.024 Apr 2018Release notes
Open source →Added
-
#47 adds
Zend\Config\Writer\JavaProperties, a complement to
Zend\Config\Reader\JavaProperties, for writing JavaProperties files from configuration. The writer supports
specifying an alternate key/value delimiter (the default is ":") via the constructor. -
#46 adds a constructor option to the JavaProperties reader to allow
users to indicate keys and values from the configuration should be trimmed of whitespace:$reader = new JavaProperties( JavaProperties::DELIMITER_DEFAULT, // or ":" JavaProperties::WHITESPACE_TRIM, // or true; default is false );
-
#45 adds the ability to specify an alternate key/value delimiter to
the JavaProperties config reader via the constructor:$reader = new JavaProperties("=");. -
#42 adds support for PHP 7.1 and 7.2.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #42 removes support for HHVM.
Fixed
- Nothing.
Release notes
Open source →Added
-
#47 adds
Zend\Config\Writer\JavaProperties, a complement toZend\Config\Reader\JavaProperties, for writing JavaProperties files from configuration. The writer supports specifying an alternate key/value delimiter (the default is ":") via the constructor. -
#46 adds a constructor option to the JavaProperties reader to allow users to indicate keys and values from the configuration should be trimmed of whitespace:
$reader = new JavaProperties( JavaProperties::DELIMITER_DEFAULT, // or ":" JavaProperties::WHITESPACE_TRIM, // or true; default is false ); -
#45 adds the ability to specify an alternate key/value delimiter to the JavaProperties config reader via the constructor:
$reader = new JavaProperties("=");. -
#42 adds support for PHP 7.1 and 7.2.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #42 removes support for HHVM.
Fixed
- Nothing.
-
-
3.1.022 Feb 2017Release notes
Open source →Added
- #37 adds a new method,
enableKeyProcessing(), and constructor argument,$enableKeyProcessing = false, to each of theTokenandConstantprocessors. These allow enabling processing of tokens and/or constants encountered in configuration key values. - #37 adds the ability for the
Constantprocessor to process class constants, including the::classpseudo-constant.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release notes
Open source →Added
-
#37 adds a new method,
enableKeyProcessing(), and constructor argument,$enableKeyProcessing = false, to each of theTokenandConstantprocessors. These allow enabling processing of tokens and/or constants encountered in configuration key values. -
#37 adds the ability for the
Constantprocessor to process class constants, including the::classpseudo-constant.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- #37 adds a new method,
-
3.0.016 Feb 2017Release notes
Open source →Added
- #36 adds support for PSR-11.
- #36 adds the class
Zend\Config\StandaloneReaderPluginManagerfor managing config reader plugins. This implementation implements the PSR-11ContainerInterface, and uses a hard-coded list of reader plugins. - #36 adds the class
Zend\Config\StandaloneWriterPluginManagerfor managing config writer plugins. This implementation implements the PSR-11ContainerInterface, and uses a hard-coded list of writer plugins.
Changes
- #36 updates the
Zend\Config\Factory::getReaderPluginManager()method to lazy-load aStandaloneReaderPluginManagerby default, instead of aReaderPluginManager, allowing usage out-of-the-box without requiring zend-servicemanager. - #36 updates the
Zend\Config\Factory::setReaderPluginManager()method to typehint againstPsr\Container\ContainerInterfaceinstead ofReaderPluginManager. If you were extending and overriding that method, you will need to update your signature. - #36 updates the
Zend\Config\Factory::getWriterPluginManager()method to lazy-load aStandaloneWriterPluginManagerby default, instead of aWriterPluginManager, allowing usage out-of-the-box without requiring zend-servicemanager. - #36 updates the
Zend\Config\Factory::setWriterPluginManager()method to typehint againstPsr\Container\ContainerInterfaceinstead ofWriterPluginManager. If you were extending and overriding that method, you will need to update your signature.
Deprecated
- Nothing.
Removed
- #36 removes usage of zend-json as a JSON de/serializer in the JSON writer and reader; the component now requires ext/json is installed to use these features.
Fixed
- Nothing.
Release notes
Open source →Added
-
#36 adds the class
Zend\Config\StandaloneReaderPluginManagerfor managing config reader plugins. This implementation implements the PSR-11ContainerInterface, and uses a hard-coded list of reader plugins. -
#36 adds the class
Zend\Config\StandaloneWriterPluginManagerfor managing config writer plugins. This implementation implements the PSR-11ContainerInterface, and uses a hard-coded list of writer plugins.
Changes
-
#36 updates the
Zend\Config\Factory::getReaderPluginManager()method to lazy-load aStandaloneReaderPluginManagerby default, instead of aReaderPluginManager, allowing usage out-of-the-box without requiring zend-servicemanager. -
#36 updates the
Zend\Config\Factory::setReaderPluginManager()method to typehint againstPsr\Container\ContainerInterfaceinstead ofReaderPluginManager. If you were extending and overriding that method, you will need to update your signature. -
#36 updates the
Zend\Config\Factory::getWriterPluginManager()method to lazy-load aStandaloneWriterPluginManagerby default, instead of aWriterPluginManager, allowing usage out-of-the-box without requiring zend-servicemanager. -
#36 updates the
Zend\Config\Factory::setWriterPluginManager()method to typehint againstPsr\Container\ContainerInterfaceinstead ofWriterPluginManager. If you were extending and overriding that method, you will need to update your signature.
Deprecated
- Nothing.
Removed
- #36 removes usage of zend-json as a JSON de/serializer in the JSON writer and reader; the component now requires ext/json is installed to use these features.
Fixed
- Nothing.
-
2.6.004 Feb 2016Release notes
Open source →Added
- #6 adds the ability for the
PhpArraywriter to optionally translate strings that evaluate to known classes toClassName::classsyntax; the feature works for both keys and values. - #21 adds revised documentation, and publishes it to https://zendframework.github.io/zend-config/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #8, #18, and #20 update the code base to make it forwards-compatible with the v3.0 versions of zend-stdlib and zend-servicemanager. Primarily, this involved:
- Updating the
AbstractConfigFactoryto implement the new methods in the v3AbstractFactoryInterfacedefinition, and updating the v2 methods to proxy to those. - Updating
ReaderPluginManagerandWriterPluginManagerto follow the changes toAbstractPluginManager. In particular, instead of defining invokables, they now define a combination of aliases and factories (using the newInvokableFactory); additionally, they each now implement bothvalidatePlugin()from v2 andvalidate()from v3. - Pinning to stable versions of already updated components.
- Selectively omitting zend-i18n-reliant tests when testing against zend-servicemanager v3.
- Updating the
Release notes
Open source →Added
- #6 adds the ability for
the
PhpArraywriter to optionally translate strings that evaluate to known classes toClassName::classsyntax; the feature works for both keys and values. - #21 adds revised documentation, and publishes it to https://zendframework.github.io/zend-config/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #8,
#18, and
#20 update the
code base to make it forwards-compatible with the v3.0 versions of
zend-stdlib and zend-servicemanager. Primarily, this involved:
- Updating the
AbstractConfigFactoryto implement the new methods in the v3AbstractFactoryInterfacedefinition, and updating the v2 methods to proxy to those. - Updating
ReaderPluginManagerandWriterPluginManagerto follow the changes toAbstractPluginManager. In particular, instead of defining invokables, they now define a combination of aliases and factories (using the newInvokableFactory); additionally, they each now implement bothvalidatePlugin()from v2 andvalidate()from v3. - Pinning to stable versions of already updated components.
- Selectively omitting zend-i18n-reliant tests when testing against zend-servicemanager v3.
- Updating the
- #6 adds the ability for the
-
2.5.103 Jun 2015Nothing published for this version
-
2.5.003 Jun 2015Nothing published for this version
-
2.4.1307 May 2015Nothing published for this version
-
2.4.12no dateNothing published for this version
-
2.4.11no dateNothing published for this version
-
2.4.10no dateNothing published for this version
-
2.4.9no dateNothing published for this version
-
2.4.8no dateNothing published for this version
-
2.4.7no dateNothing published for this version
-
2.4.6no dateNothing published for this version
-
2.4.5no dateNothing published for this version
-
2.4.4no dateNothing published for this version
-
2.4.3no dateNothing published for this version
-
2.4.2no dateNothing published for this version
-
2.4.1no dateNothing published for this version
-
2.4.025 Mar 2015Nothing published for this version
-
2.3.910 Feb 2015Nothing published for this version
-
2.3.8no dateNothing published for this version
-
2.3.7no dateNothing published for this version
-
2.3.6no dateNothing published for this version
-
2.3.5no dateNothing published for this version
-
2.3.413 Jan 2015Nothing published for this version
-
2.3.311 Aug 2014Nothing published for this version
-
2.3.2no dateNothing published for this version
-
2.3.115 Apr 2014Nothing published for this version
-
2.3.012 Mar 2014Nothing published for this version
-
2.2.1005 Mar 2014Nothing published for this version
-
2.2.9no dateNothing published for this version
-
2.2.8no dateNothing published for this version
-
2.2.7no dateNothing published for this version
-
2.2.6no dateNothing published for this version
-
2.2.531 Oct 2013Nothing published for this version
-
2.2.421 Aug 2013Nothing published for this version
-
2.2.3no dateNothing published for this version
-
2.2.222 Jul 2013Nothing published for this version
-
2.2.112 Jun 2013Nothing published for this version
-
2.2.010 May 2013Nothing published for this version
-
2.1.617 Apr 2013Nothing published for this version
-
2.1.5no dateNothing published for this version
-
2.1.413 Mar 2013Nothing published for this version
-
2.1.319 Feb 2013Nothing published for this version
-
2.1.2no dateNothing published for this version
-
2.1.106 Feb 2013Nothing published for this version
-
2.1.029 Jan 2013Nothing published for this version
-
2.0.826 Jan 2013Nothing published for this version
-
2.0.7no dateNothing published for this version
-
2.0.619 Dec 2012Nothing published for this version
-
2.0.520 Nov 2012Nothing published for this version
-
2.0.4no dateNothing published for this version
-
2.0.310 Oct 2012Nothing published for this version
-
2.4.0rc7no dateNothing published for this version
-
2.4.0rc6no dateNothing published for this version
-
2.4.0rc5no dateNothing published for this version
-
2.4.0rc4no dateNothing published for this version
-
2.4.0rc3no dateNothing published for this version