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
2019-02-17 10:56:33 +01:00
..
Definition Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
Exception Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Loader fixed CS 2019-01-16 21:35:37 +01:00
Resource Drop \Serializable 2019-02-17 10:56:33 +01:00
Tests fixed CS 2019-01-16 21:35:37 +01:00
Util Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Drop \Serializable 2019-02-17 10:56:33 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
ConfigCache.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ConfigCacheFactory.php Optimize perf by replacing call_user_func with dynamic vars 2018-12-09 23:58:21 +01:00
ConfigCacheFactoryInterface.php [cs] correct invalid @param types 2018-11-20 16:55:20 +01:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php Drop \Serializable 2019-02-17 10:56:33 +01:00
ResourceCheckerConfigCacheFactory.php fixed CS 2019-01-16 19:35:49 +01:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +02:00

Config Component

The Config component provides several classes to help you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).

Resources