radioactivehamster / yaml
An extended variant of the Symfony PHP YAML library.
Installs: 8 693
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
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: 2024-11-09 19:45:41 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.