• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/H03-May-2022-1,241806

LICENSEH A D01-Jul-20111 KiB2016

README.markdownH A D01-Jul-2011714 1611

README.markdown

1Symfony YAML: A PHP library that speaks YAML
2============================================
3
4Symfony YAML is a PHP library that parses YAML strings and converts them to
5PHP arrays. It can also converts PHP arrays to YAML strings. Its official
6website is at http://components.symfony-project.org/yaml/.
7
8The documentation is to be found in the `doc/` directory.
9
10Symfony YAML is licensed under the MIT license (see LICENSE file).
11
12The Symfony YAML library is developed and maintained by the
13[symfony](http://www.symfony-project.org/) project team. It has been extracted
14from symfony to be used as a standalone library. Symfony YAML is part of the
15[symfony components project](http://components.symfony-project.org/).
16