toutpratique/vendor/symfony/config
2015-10-16 15:09:01 +02:00
..
Definition add migration to toutpratique 2015-10-16 15:09:01 +02:00
Exception add migration to toutpratique 2015-10-16 15:09:01 +02:00
Loader add migration to toutpratique 2015-10-16 15:09:01 +02:00
Resource add migration to toutpratique 2015-10-16 15:09:01 +02:00
Tests add migration to toutpratique 2015-10-16 15:09:01 +02:00
Util add migration to toutpratique 2015-10-16 15:09:01 +02:00
.gitignore add migration to toutpratique 2015-10-16 15:09:01 +02:00
CHANGELOG.md add migration to toutpratique 2015-10-16 15:09:01 +02:00
composer.json add migration to toutpratique 2015-10-16 15:09:01 +02:00
ConfigCache.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
ConfigCacheFactory.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
ConfigCacheFactoryInterface.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
ConfigCacheInterface.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
FileLocator.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
FileLocatorInterface.php add migration to toutpratique 2015-10-16 15:09:01 +02:00
LICENSE add migration to toutpratique 2015-10-16 15:09:01 +02:00
phpunit.xml.dist add migration to toutpratique 2015-10-16 15:09:01 +02:00
README.md add migration to toutpratique 2015-10-16 15:09:01 +02:00

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