From a02414fc1b2e7259bdd5f8589a2aadfc79e7e006 Mon Sep 17 00:00:00 2001 From: Romaric Drigon Date: Thu, 26 Dec 2013 20:47:39 +0100 Subject: [PATCH] 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 :) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3bddcf..16b3f35 100644 --- a/README.md +++ b/README.md @@ -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.*