File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
The Yaml Component
2
2
==================
3
3
4
- The Yaml component loads and dumps YAML files.
4
+ The Symfony Yaml component loads and dumps YAML files. It parses YAML strings
5
+ into PHP arrays and can also convert PHP arrays back into YAML strings.
5
6
6
- What is It?
7
- -----------
8
-
9
- The Symfony Yaml component parses YAML strings to convert them to PHP arrays.
10
- It is also able to convert PHP arrays to YAML strings.
11
-
12
- `YAML `_, *YAML Ain't Markup Language *, is a human friendly data serialization
13
- standard for all programming languages. YAML is a great format for your
14
- configuration files. YAML files are as expressive as XML files and as readable
15
- as INI files.
7
+ `YAML `_, *YAML Ain't Markup Language *, is a human-friendly data serialization
8
+ language for all programming languages. It is a popular format for configuration
9
+ files, balancing readability with advanced features.
16
10
17
11
.. tip ::
18
12
You can’t perform that action at this time.
0 commit comments