• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..20-Jan-2022-

Definition/H20-Jan-2022-4,9832,341

Exception/H20-Jan-2022-19797

Loader/H20-Jan-2022-509226

Resource/H20-Jan-2022-1,144696

Util/H20-Jan-2022-334192

CHANGELOG.mdH A D20-Jan-20223.2 KiB10981

ConfigCache.phpH A D20-Jan-20221.5 KiB6323

ConfigCacheFactory.phpH A D20-Jan-20221.3 KiB5221

ConfigCacheFactoryInterface.phpH A D20-Jan-2022961 336

ConfigCacheInterface.phpH A D20-Jan-20221.3 KiB509

FileLocator.phpH A D20-Jan-20222.5 KiB9556

FileLocatorInterface.phpH A D20-Jan-20221 KiB357

LICENSEH A D20-Jan-20221 KiB2016

README.mdH A D20-Jan-2022596 1612

ResourceCheckerConfigCache.phpH A D20-Jan-20225.5 KiB189105

ResourceCheckerConfigCacheFactory.phpH A D20-Jan-20221.2 KiB4921

ResourceCheckerInterface.phpH A D20-Jan-20221.3 KiB468

composer.jsonH A D20-Jan-20221.3 KiB4645

README.md

1Config Component
2================
3
4The Config component helps find, load, combine, autofill and validate
5configuration values of any kind, whatever their source may be (YAML, XML, INI
6files, or for instance a database).
7
8Resources
9---------
10
11 * [Documentation](https://symfony.com/doc/current/components/config.html)
12 * [Contributing](https://symfony.com/doc/current/contributing/index.html)
13 * [Report issues](https://github.com/symfony/symfony/issues) and
14   [send Pull Requests](https://github.com/symfony/symfony/pulls)
15   in the [main Symfony repository](https://github.com/symfony/symfony)
16