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
Christophe Coevoet 9058f4683e Merge branch '2.8'
* 2.8:
  [BrowserKit] Added isFollowingRedirects and getMaxRedirects methods
  [PropertyInfo] Import the component
  deprecated the Shell Console class
  Deprecate ResourceInterface::getResource()
  Merged LegacySecurityContext tests
  [WebProfilerBundle] Added collapsed sidebar on small screens
2015-09-26 12:57:11 +02:00
..
Definition Merge branch '2.8' 2015-09-22 16:11:08 +02:00
Exception Merge branch '2.3' into 2.6 2015-04-18 17:02:51 +02:00
Loader Removed deprecated stuff from the Config component 2015-06-18 13:43:51 -03:00
Resource Deprecate ResourceInterface::getResource() 2015-09-25 10:18:07 +02:00
Tests feature #15738 Implement service-based Resource (cache) validation (mpdude) 2015-09-25 08:33:07 +02:00
Util [2.6] Static Code Analysis for Components and Bundles 2015-07-08 07:59:48 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Merge branch '2.8' 2015-09-26 12:57:11 +02:00
composer.json Merge branch '2.8' 2015-05-12 17:48:43 +02:00
ConfigCache.php Merge branch '2.8' 2015-09-25 12:59:21 +02:00
ConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php fixes CS 2015-08-24 09:13:45 +02:00
FileLocator.php Remove duplicated paths 2015-06-12 16:45:17 -03:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
README.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
ResourceCheckerConfigCache.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ResourceCheckerConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ResourceCheckerInterface.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +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:

$ cd path/to/Symfony/Component/Config/
$ composer install
$ phpunit