kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Config
Polonkai Gergely 623b78e939 Vendors update
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:40:41 +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 Vendors update 2012-07-31 09:40:41 +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