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
- Host: GitHub
- URL: https://github.com/yannoff/y-a-m-l
- Owner: yannoff
- License: mit
- Created: 2019-03-30T11:50:15.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T20:23:44.000Z (over 4 years ago)
- Last Synced: 2025-08-15T13:32:15.635Z (10 months ago)
- Topics: abstraction-layer, php, php-library, yaml, yaml-parser
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Y.A.M.L : Yaml Abstraction Model Layer
An abstraction layer for YAML, written in PHP.
[](https://packagist.org/packages/yannoff/y-a-m-l)
[](https://packagist.org/packages/yannoff/y-a-m-l)
[](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)