kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Config
Polonkai Gergely 9d0d2ce524 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
..
Definition Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Exception Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Loader Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Resource Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Tests Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
ConfigCache.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FileLocator.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
FileLocatorInterface.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

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:

phpunit