Libraries tagged by data validator
kariricode/validator
6 Downloads
A powerful and flexible validation component for PHP, part of the KaririCode Framework. It provides configurable processors for validating data attributes in entities using a streamlined and efficient pipeline system.
jasperfw/validator
107 Downloads
Form and data validation library
imaddev/php-credit-card-validator
28 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
hesami/laravel-json-validator
18 Downloads
A package for validating JSON data in Laravel
hasan-22/form-validator
10 Downloads
Form data validation
h2lsoft/validator
55 Downloads
giahojnost/credit-card-validator
7 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
gavinggordon/input-validator
19 Downloads
A PHP class which provides the ability to quickly validate user input, depending on a set of user-defined rules.
g4/php-credit-card-validator
15 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
fresh-advance/array-validator
31 Downloads
The component validates form data or any given array by provided rule list.
freezaweb/validator
8 Downloads
Quite simple, but at the same time a simple validation class. Can validate incoming POST/GET/custom array data
foamycastle/validator
4 Downloads
A framework for creating data validation objects
designbycode/credit-card-validator
11 Downloads
The Credit Card Validator package provides a set of classes to validate credit card numbers, expiry dates, and CVV codes. This package is designed to help you ensure that the credit card information provided by users is valid and accurate.
cymapgt/validator
61 Downloads
Wrapper for PHP Respect Validation Package, for use in validating data records prior to storing in data store
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.