Skamander 55bb34937e Initial commit for kohana 12 жил өмнө
..
Exception 55bb34937e Initial commit for kohana 12 жил өмнө
Tests 55bb34937e Initial commit for kohana 12 жил өмнө
CHANGELOG.md 55bb34937e Initial commit for kohana 12 жил өмнө
Dumper.php 55bb34937e Initial commit for kohana 12 жил өмнө
Escaper.php 55bb34937e Initial commit for kohana 12 жил өмнө
Inline.php 55bb34937e Initial commit for kohana 12 жил өмнө
LICENSE 55bb34937e Initial commit for kohana 12 жил өмнө
Parser.php 55bb34937e Initial commit for kohana 12 жил өмнө
README.md 55bb34937e Initial commit for kohana 12 жил өмнө
Unescaper.php 55bb34937e Initial commit for kohana 12 жил өмнө
Yaml.php 55bb34937e Initial commit for kohana 12 жил өмнө
composer.json 55bb34937e Initial commit for kohana 12 жил өмнө
phpunit.xml.dist 55bb34937e Initial commit for kohana 12 жил өмнө

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