Download the PHP package atk14/mini-yaml without Composer
On this page you can find all versions of the php package atk14/mini-yaml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atk14/mini-yaml
More information about atk14/mini-yaml
Files in atk14/mini-yaml
Download atk14/mini-yaml
More information about atk14/mini-yaml
Files in atk14/mini-yaml
Vendor atk14
Package mini-yaml
Short Description Minimalistic YAML loader and dumper
License MIT
Homepage https://github.com/atk14/MiniYaml
Package mini-yaml
Short Description Minimalistic YAML loader and dumper
License MIT
Homepage https://github.com/atk14/MiniYaml
Keywords yaml
Please rate this library. Is it a good library?
Informations about the package mini-yaml
MiniYAML
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
All versions of mini-yaml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package atk14/mini-yaml contains the following files
Loading the files please wait ....