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.
khosb/includes/kohana/vendor/symfony/yaml/Symfony/Component/Yaml
2013-10-10 13:44:53 +11:00
..
Exception Open Source Billing 2013-10-10 13:44:53 +11:00
Tests Open Source Billing 2013-10-10 13:44:53 +11:00
CHANGELOG.md Open Source Billing 2013-10-10 13:44:53 +11:00
composer.json Open Source Billing 2013-10-10 13:44:53 +11:00
Dumper.php Open Source Billing 2013-10-10 13:44:53 +11:00
Escaper.php Open Source Billing 2013-10-10 13:44:53 +11:00
Inline.php Open Source Billing 2013-10-10 13:44:53 +11:00
LICENSE Open Source Billing 2013-10-10 13:44:53 +11:00
Parser.php Open Source Billing 2013-10-10 13:44:53 +11:00
phpunit.xml.dist Open Source Billing 2013-10-10 13:44:53 +11:00
README.md Open Source Billing 2013-10-10 13:44:53 +11:00
Unescaper.php Open Source Billing 2013-10-10 13:44:53 +11:00
Yaml.php Open Source Billing 2013-10-10 13:44:53 +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