File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
The Config Component
2
2
====================
3
3
4
- The Config component provides several classes to help you find, load,
5
- combine, fill and validate configuration values of any kind, whatever
6
- their source may be (YAML, XML, INI files, or for instance a database).
4
+ The Config component provides utilities to define and manage the configuration
5
+ options of PHP applications. It allows you to:
6
+
7
+ * Define a configuration structure, its validation rules, default values and documentation;
8
+ * Support different configuration formats (YAML, XML, INI, etc.);
9
+ * Merge multiple configurations from different sources into a single configuration.
10
+
11
+ .. note ::
12
+
13
+ You don't have to use this component to configure Symfony applications.
14
+ Instead, read the docs about :doc: `how to configure Symfony applications </configuration >`.
7
15
8
16
Installation
9
17
------------
You can’t perform that action at this time.
0 commit comments