Added: GUMP validation library

This commit is contained in:
Sean Nieuwoudt 2014-07-18 12:28:23 +02:00
parent bd8faa64b8
commit 79d816f5d8

View File

@ -477,6 +477,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. * [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) - A fast, extensible & stand-alone PHP input validation class that allows you to validate any data.
## REST and API ## REST and API
*Libraries and web tools for developing REST-ful APIs.* *Libraries and web tools for developing REST-ful APIs.*