Added MetaYaml

MetaYaml is a schema validation library I wrote some time ago (pretty mature IMO), I still maintain it and will publish probably a new version some time soon :)
This commit is contained in:
Romaric Drigon 2013-12-26 20:47:39 +01:00
parent 2053dfe0a1
commit a02414fc1b
1 changed files with 1 additions and 0 deletions

View File

@ -417,6 +417,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
* [Upload](https://github.com/codeguy/Upload) - A library for handling file uploads and validation.
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library, supporting YAML, JSON and XML.
## REST and API
*Libraries and web tools for developing REST-ful APIs.*