Libraries tagged by class vaidator
nopoco/laminas-validator
2 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
mihai-a/password-validator
7 Downloads
Class for calculating passwords' strength
mateusjunges/cpf-cnpj-validator
5 Downloads
A simple class to validate CPF and CNPJ numbers
martinsbalodis/validator-laravel
11 Downloads
Base validation service class
kkiernan/validator
20 Downloads
A basic form validation class
kheaactua/argument-validator
11 Downloads
Simple class to validate and set inputs on functions in PHP. Useful when function takes large number of inputs
kayako-zend/zend-validator-kayako
907 Downloads
Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria
jermainedavy/json-validator
1 Downloads
A library to validate a json string against a model defined as a php class.
ingenious/jquery-validator
63 Downloads
Custom js form validation class
ibandominguez/validator
42 Downloads
validation class to take care of repetitive tasks
giacomofurlan/object-trans-mapper-validator
9806 Downloads
Map stdClass objects into particular classes and perform validation
gavinggordon/input-validator
18 Downloads
A PHP class which provides the ability to quickly validate user input, depending on a set of user-defined rules.
freezaweb/validator
7 Downloads
Quite simple, but at the same time a simple validation class. Can validate incoming POST/GET/custom array data
estasi/validator
0 Downloads
Validation classes for data validation, and the ability to link validators to create complex validation chains
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.