Libraries tagged by valida
timacdonald/pulse-validation-errors
257796 Downloads
Validation errors card for Laravel Pulse
stymiee/email-validator
280102 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
467035 Downloads
An end-to-end ready PHP validation library
sirprize/postal-code-validator
1599917 Downloads
Validate Formatting Of World-Wide Postal Codes
siriusphp/validation
681432 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
61250 Downloads
A comprehensive Laravel validation package for Persian text, numbers, dates, and Iranian national identifiers
phpexperts/datatype-validator
610571 Downloads
An easy to use data type validator (both strict and fuzzy).
ph-7/eu-vat-validator
380182 Downloads
A simple and clean PHP class that validates EU VAT numbers against the central ec.europa.eu database (using the official europa API).
milwad/laravel-validate
23914 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
776597 Downloads
Automatic OpenAPI validation for Laravel HTTP tests
jxlwqq/id-validator
45289 Downloads
Chinese Mainland Personal ID Card Validation
inhere/php-validate
77261 Downloads
generic data validate, filter library of the php
infinitypaul/laravel-password-history-validation
72038 Downloads
Prevent users from reusing recently used passwords
inacho/php-credit-card-validator
1329788 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
406196 Downloads
Allows uniting several validation rules into a single one for easy re-usage