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
Fabien Potencier f373085928 merged 2.0
2012-02-22 18:59:56 +01:00
..
Definition [Config] Improve handling of PrototypedArrayNode defaults 2012-02-20 23:07:03 +01:00
Exception [Config] removed extra whitespace. 2011-07-01 09:35:17 +02:00
Loader [Config] Use LoaderResolverInterface for type-hinting 2011-12-04 22:14:25 -08:00
Resource [Config] Implemented Serializable on resources 2011-11-01 02:15:01 +01:00
composer.json Revert "merged 2.0" 2012-01-08 20:43:02 +01:00
ConfigCache.php converted file_exists calls to either is_file or is_dir where it makes sense 2011-08-29 15:28:26 +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
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