Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

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