radioactivehamster / yaml
An extended variant of the Symfony PHP YAML library.
0.2.0
2016-02-24 23:17 UTC
Requires
- php: ~5.5|~7.0
- symfony/yaml: ^3.0
Requires (Dev)
- fabpot/php-cs-fixer: ^1.11
- phpspec/phpspec: ^2.4
- symfony/var-dumper: ^3.0
This package is not auto-updated.
Last update: 2026-03-01 03:20:43 UTC
README
An extended variant of the Symfony PHP YAML library.
Install
$ composer require radioactivehamster/yaml
Usage
<?php use RadHam\Yaml; $yaml = '[hello, world]'; $data = Yaml::parse($yaml) $file = 'hello-world.yml'; Yaml::parseFile($file);
License
The MIT License (Expat). See the license file for details.