Libraries tagged by validatr
zendframework/zend-uri
25900997 Downloads
A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)
yiisoft/validator
250336 Downloads
Yii Validator
timacdonald/pulse-validation-errors
128540 Downloads
Validation errors card for Laravel Pulse
stymiee/email-validator
214897 Downloads
The Email Validator library builds upon PHP's built in filter_var($emailAddress, FILTER_VALIDATE_EMAIL); by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
stellarwp/validation
301104 Downloads
An end-to-end ready PHP validation library
sirprize/postal-code-validator
1468630 Downloads
Validate Formatting Of World-Wide Postal Codes
siriusphp/validation
646963 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
sadegh19b/laravel-persian-validation
45369 Downloads
A persian alphabet, number and etc. validation package for laravel
phpexperts/datatype-validator
395172 Downloads
An easy to use data type validator (both strict and fuzzy).
ph-7/eu-vat-validator
340474 Downloads
A simple and clean PHP class that validates EU VAT numbers against the central ec.europa.eu database (using the official europa API).
mmal/openapi-validator
536415 Downloads
Validates data against provide openapi spec
milwad/laravel-validate
17582 Downloads
The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.
kirschbaum-development/laravel-openapi-validator
620206 Downloads
Automatic OpenAPI validation for Laravel HTTP tests
inacho/php-credit-card-validator
1300984 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
illuminatech/validation-composite
370647 Downloads
Allows uniting several validation rules into a single one for easy re-usage