atk14/mini-yaml

Minimalistic YAML loader and dumper

v1.0 2021-01-04 11:36 UTC

This package is auto-updated.

Last update: 2024-04-30 00:28:38 UTC


README

Build Status

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