The Config Component
Edit this pageWarning: You are browsing the documentation for Symfony 2.0, which is no longer maintained.
Read the updated version of this page for Symfony 6.2 (the current stable version).
The Config Component
Introduction
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).
Installation
You can install the component in many different ways:
- Use the official Git repository (https://github.com/symfony/Config);
- Install it via Composer (
symfony/config
on Packagist).
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0
license.