|
|
|
|
|
|
618
|
## Filtering and Validation
|
618
|
## Filtering and Validation
|
|
619
|
*Libraries for filtering and validating data.*
|
619
|
*Libraries for filtering and validating data.*
|
|
620
|
|
620
|
|
|
621
|
-* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
|
|
622
|
-* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
|
|
|
|
623
|
-* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
|
|
|
|
624
|
* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
|
621
|
* [Cake Validation](https://github.com/cakephp/validation) - Another validation library (CP).
|
|
625
|
-* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
|
|
|
|
626
|
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
|
622
|
* [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library.
|
|
627
|
-* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
|
|
|
|
|
|
623
|
+* [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library.
|
|
628
|
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
|
624
|
* [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN).
|
|
|
|
625
|
+* [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML.
|
|
|
|
626
|
+* [Respect Validation](https://github.com/Respect/Validation) - A simple validation library.
|
|
|
|
627
|
+* [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation.
|
|
|
|
628
|
+* [Valitron](https://github.com/vlucas/valitron) - Another validation library.
|
|
629
|
* [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
|
629
|
* [Volan](https://github.com/serkin/Volan) - Another simplified validation library.
|
|
630
|
|
630
|
|
|
631
|
## API
|
631
|
## API
|