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-09-18 21:29:16 +01:00
..
Definition Fixing config normalisation example in docblock 2012-09-18 21:29:16 +01:00
Exception fixed phpdoc @param alignment 2012-05-15 18:56:32 +02:00
Loader merged branch beberlei/ConfigFileLoaderTypeMissing (PR #5193) 2012-08-06 16:50:56 +02:00
Resource fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
composer.json removed the version attribute in all composer.json files 2012-01-05 14:51:20 +01:00
ConfigCache.php fixed phpdoc @param alignment 2012-05-15 18:56:32 +02:00
FileLocator.php Make casting scalar to array consistent 2011-04-26 12:16:35 +02:00
FileLocatorInterface.php fixed CS (mainly method signatures) 2012-07-09 14:43:50 +02:00
LICENSE Updated LICENSE files copyright 2012-02-22 10:10:37 +01:00
README.md tweaked the README files 2011-12-18 14:22:28 +01: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

Unit tests:

https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Config