This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
2012-06-20 10:09:55 +02:00
..
Definition [Config] replaced setInfo(), setExample() with more generic attributes 2012-05-26 12:30:39 -05:00
Exception fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
Loader [Routing] fix phpDoc 2012-06-10 21:30:17 +02:00
Resource [Config] moved DirectoryResource childs retrieving to the special getFilteredChilds method 2012-06-20 10:09:55 +02:00
Tests [Config] moved DirectoryResource childs retrieving to the special getFilteredChilds method 2012-06-20 10:09:55 +02:00
CHANGELOG.md [Translation] added CHANGELOG 2012-04-26 22:21:39 +02:00
composer.json updated minimum PHP version to 5.3.3 2012-05-07 10:29:11 +02:00
ConfigCache.php fixed phpdoc @param alignment 2012-05-15 22:19:31 +02:00
FileLocator.php [Config] fixed 'scheme://' not detected as absolute path 2011-12-08 15:42:21 +01:00
FileLocatorInterface.php replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
phpunit.xml.dist [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
README.md [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +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:

phpunit