Name Last Update
..
Definition Loading commit data...
Exception Loading commit data...
Loader Loading commit data...
Resource Loading commit data...
Tests Loading commit data...
Util Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
ConfigCache.php Loading commit data...
ConfigCacheFactory.php Loading commit data...
ConfigCacheFactoryInterface.php Loading commit data...
ConfigCacheInterface.php Loading commit data...
FileLocator.php Loading commit data...
FileLocatorInterface.php Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...

README.md

Config Component

Config provides the infrastructure for loading configurations from different data sources and optionally monitoring these data sources for changes. There are additional tools for validating, normalizing and handling of defaults that can optionally be used to convert from different formats to arrays.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Config/
$ composer install
$ phpunit