Julio Montoya ae4afdabd6 Updating vendors 11 lat temu
..
Exception 3dd9d88e31 Updating vendors 11 lat temu
Tests ae4afdabd6 Updating vendors 11 lat temu
CHANGELOG.md 32682a9ca8 Updating vendor 12 lat temu
Dumper.php 3dd9d88e31 Updating vendors 11 lat temu
Escaper.php 32682a9ca8 Updating vendor 12 lat temu
Inline.php 3dd9d88e31 Updating vendors 11 lat temu
LICENSE 32682a9ca8 Updating vendor 12 lat temu
Parser.php ae4afdabd6 Updating vendors 11 lat temu
README.md 3dd9d88e31 Updating vendors 11 lat temu
Unescaper.php 3dd9d88e31 Updating vendors 11 lat temu
Yaml.php 3dd9d88e31 Updating vendors 11 lat temu
composer.json 3dd9d88e31 Updating vendors 11 lat temu
phpunit.xml.dist 3dd9d88e31 Updating vendors 11 lat temu

README.md

Yaml Component

YAML implements most of the YAML 1.2 specification.

use Symfony\Component\Yaml\Yaml;

$array = Yaml::parse($file);

print Yaml::dump($array);

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install --dev
$ phpunit