Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions components/config.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
The Config Component
====================

The Config component provides several classes to help you find, load,
combine, fill and validate configuration values of any kind, whatever
their source may be (YAML, XML, INI files, or for instance a database).
The Config component provides utilities to define and manage the configuration
options of PHP applications. It allows you to:

* Define a configuration structure, its validation rules, default values and documentation;
* Support different configuration formats (YAML, XML, INI, etc.);
* Merge multiple configurations from different sources into a single configuration.

.. note::

You don't have to use this component to configure Symfony applications.
Instead, read the docs about :doc:`how to configure Symfony applications </configuration>`.

Installation
------------
Expand Down