Add plan validation library

This commit is contained in:
Juan M 2014-07-31 13:58:53 -03:00
parent f349dc7e4a
commit dc7b830baa

View File

@ -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.*