atk14/mini-yaml

Minimalistic YAML loader and dumper

Installs: 4 516

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/atk14/mini-yaml

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

This package is auto-updated.

Last update: 2025-09-29 02:50:34 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