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