atk14 / mini-yaml
Minimalistic YAML loader and dumper
Installs: 2 279
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- atk14/tester: *
This package is auto-updated.
Last update: 2024-10-30 01:32:00 UTC
README
MiniYAML is a YAML dumper & loader.
Usage
$ary = miniYAML::Load($yaml_str);
$yaml = miniYAML::Dump($ary);
Installation
Use the Composer:
composer require atk14/mini-yaml
Testing
composer update --dev
cd test
../vendor/bin/run_unit_tests
License
MiniYAML is free software distributed under the terms of the MIT license