From 37a7d1fb0e75695441895ca23aeaf1480b0b0e21 Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 14 Mar 2015 09:50:19 +0700 Subject: [PATCH] Update README.md add GUMP standalone PHP data validation and filtering --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d9e567..b896c45 100644 --- a/README.md +++ b/README.md @@ -551,6 +551,7 @@ Libraries to help manage database schemas and migrations. * [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). +* [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 *Libraries and web tools for developing REST-ful APIs.*