This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
phptsmadmin/includes/kohana/vendor/symfony/yaml/Symfony/Component/Yaml
2012-11-22 14:25:06 +11:00
..
Exception Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Tests Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
CHANGELOG.md Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
composer.json Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Dumper.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Escaper.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Inline.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
LICENSE Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Parser.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
phpunit.xml.dist Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
README.md Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Unescaper.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00
Yaml.php Upgrade to KH 3.3.0 2012-11-22 14:25:06 +11:00

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