From dc7b830baae24f15ef71f1669573367f96fe4a62 Mon Sep 17 00:00:00 2001 From: Juan M Date: Thu, 31 Jul 2014 13:58:53 -0300 Subject: [PATCH] Add plan validation library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8100e5..7cb73f9 100644 --- a/README.md +++ b/README.md @@ -482,6 +482,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library. * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML. * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN). +* [plan](https://github.com/guide42/plan) - Fast and Simple Validation for PHP. ## REST and API *Libraries and web tools for developing REST-ful APIs.*