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
2017-04-04 16:55:33 +02:00
..
Definition [Config] Improve PHPdoc / IDE autocomplete 2016-12-27 15:12:49 +00:00
Exception Merge branch '2.3' into 2.6 2015-04-18 17:02:51 +02:00
Loader fixed @return when returning this or static 2016-12-27 08:23:47 +01:00
Resource Fix RuntimeException when an Emacs buffer is modified 2017-02-28 12:10:07 +01:00
Tests fix some risky tests 2017-04-04 16:55:33 +02:00
Util Fixed bugs in names of classes and methods. 2016-07-26 06:40:54 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [Config] Delegate creation of ConfigCache instances to a factory. 2015-04-08 07:21:35 +02:00
composer.json [Config] fix dev dependencies 2016-12-09 09:40:53 +01:00
ConfigCache.php [Config] ConfigCache::isFresh() should return false on __PHP_Incomplete_Class 2016-11-29 11:39:48 +01:00
ConfigCacheFactory.php [Config][cache factory] check type of callback argument. 2015-04-10 14:54:53 +01:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php [Config] Handle open_basedir restrictions in FileLocator 2016-09-13 17:08:34 -07:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01: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