Libraries tagged by rule eval
spatie/laravel-validation-rules
3698795 Downloads
A set of useful Laravel validation rules
intervention/validation
7296536 Downloads
Additional validation rules for the Laravel framework
proengsoft/laravel-jsvalidation
2367319 Downloads
Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest
php-di/phpdoc-reader
33555433 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
laravel-validation-rules/credit-card
2370528 Downloads
Validate credit card number, expiration date, cvc
erag/laravel-disposable-email
176337 Downloads
A Laravel package to detect and block disposable email addresses.
codezero/laravel-unique-translation
1046262 Downloads
Check if a translated value in a JSON column is unique in the database.
stymiee/email-validator
495182 Downloads
A robust PHP 7.4+ email validation library that extends beyond basic validation with MX record checks, disposable email detection, and free email provider validation. Features include strict typing, custom validator support, internationalization (i18n), and an extensible architecture. Perfect for applications requiring thorough email verification with customizable validation rules.
siriusphp/validation
777068 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
sandermuller/laravel-fluent-validation
21465 Downloads
Fluent validation rule builders for Laravel
laracraft-tech/laravel-schema-rules
65545 Downloads
Automatically generate Laravel validation rules based on your database table schema!
langleyfoxall/laravel-nist-password-rules
583876 Downloads
🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.
illuminatech/validation-composite
535296 Downloads
Allows uniting several validation rules into a single one for easy re-usage
divineomega/laravel-password-exposed-validation-rule
716625 Downloads
Laravel validation rule that checks if a password has been exposed in a data breach
milwad/laravel-validate
48093 Downloads
The Laravel-Validate package enhanced Laravel validation capabilities with custom rules and methods for simplified and efficient validation logic.