Filtering and validation: add GUMP

This commit is contained in:
Rucheng Tang 2015-03-24 15:40:48 +08:00
parent a11a931270
commit 71e1af1b4a

View File

@ -559,6 +559,7 @@ Libraries to help manage database schemas and migrations.
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library. * [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. * [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). * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
* [GUMP](https://github.com/Wixel/GUMP) - is a standalone PHP data validation and filtering class that makes validating any data easy and painless without the reliance on a framework
## REST and API ## REST and API
*Libraries and web tools for developing REST-ful APIs.* *Libraries and web tools for developing REST-ful APIs.*