kekrozsak/vendor/symfony/symfony/src/Symfony/Component/Yaml
Polonkai Gergely 9d0d2ce524 Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
..
Exception Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Tests Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
CHANGELOG.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Dumper.php Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Escaper.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Inline.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
LICENSE Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Parser.php Upgraded to Symfony 2.1-beta2 2012-07-15 14:56:31 +02:00
README.md Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
Unescaper.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
Yaml.php Updated to Symfony 2.1 BETA3 2012-07-16 21:40:19 +02:00
composer.json Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00
phpunit.xml.dist Initial commit with Symfony 2.1+Vendors 2012-07-01 09:52:20 +02:00

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:

phpunit