Skamander 05a4ae3774 Initial commit for kohana 12 tahun lalu
..
Exception 05a4ae3774 Initial commit for kohana 12 tahun lalu
Tests 05a4ae3774 Initial commit for kohana 12 tahun lalu
CHANGELOG.md 05a4ae3774 Initial commit for kohana 12 tahun lalu
Dumper.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
Escaper.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
Inline.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
LICENSE 05a4ae3774 Initial commit for kohana 12 tahun lalu
Parser.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
README.md 05a4ae3774 Initial commit for kohana 12 tahun lalu
Unescaper.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
Yaml.php 05a4ae3774 Initial commit for kohana 12 tahun lalu
composer.json 05a4ae3774 Initial commit for kohana 12 tahun lalu
phpunit.xml.dist 05a4ae3774 Initial commit for kohana 12 tahun lalu

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