Bachir Soussi Chiadmi ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
..
Exception ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Tests ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
CHANGELOG.md ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Dumper.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Escaper.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Inline.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
LICENSE ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Parser.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
README.md ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Unescaper.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
Yaml.php ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
composer.json ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos
phpunit.xml.dist ad38015ea9 first commit : grave core and admin plugin %!s(int64=8) %!d(string=hai) anos

README.md

Yaml Component

YAML implements most of the YAML 1.2 specification.

use Symfony\Component\Yaml\Yaml;

$array = Yaml::parse(file_get_contents(filename));

print Yaml::dump($array);

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Yaml/
$ composer install
$ phpunit