An open API service indexing awesome lists of open source software.

https://github.com/yannoff/y-a-m-l

Y.A.M.L : Yaml Abstraction Model Layer
https://github.com/yannoff/y-a-m-l

abstraction-layer php php-library yaml yaml-parser

Last synced: about 2 months ago
JSON representation

Y.A.M.L : Yaml Abstraction Model Layer

Awesome Lists containing this project

README

          

# Y.A.M.L : Yaml Abstraction Model Layer

An abstraction layer for YAML, written in PHP.

[![Latest Stable Version](https://poser.pugx.org/yannoff/y-a-m-l/v/stable)](https://packagist.org/packages/yannoff/y-a-m-l)
[![Total Downloads](https://poser.pugx.org/yannoff/y-a-m-l/downloads)](https://packagist.org/packages/yannoff/y-a-m-l)
[![License](https://poser.pugx.org/yannoff/y-a-m-l/license)](https://packagist.org/packages/yannoff/y-a-m-l)

## Why are we here ?

This library was conceived as an enhancement to the [symfony/yaml](https://github.com/symfony/yaml) component, providing uncovered _- yet much needed -_ features to handle YAML contents, required by the [yamltools](https://github.com/yannoff/yamltools) project.

## Installation

Via [composer](https://getcomposer.org/) :

```bash
composer require yannoff/y-a-m-l
```

## License

Licensed under the [MIT Licence](LICENSE)