Libraries tagged by rule eval
dd/evolutioncms-snippets-ddgetdocuments
2 Downloads
A snippet for fetching and parsing resources from the document tree or custom DB table by a custom rule.
dd/modxevo-snippet-ddgetdocuments
17 Downloads
A snippet for fetching and parsing resources from the document tree or custom DB table by a custom rule.
elalecs/laravel-documenter
10 Downloads
An automated documentation generator for Laravel and Filament projects. It analyzes your project structure, including models, Filament resources, controllers, jobs, events, middlewares, and rules, to create comprehensive Markdown documentation. Ideal for quickly onboarding new developers or maintaining an up-to-date project overview.
laravelplus/attrify
2 Downloads
laravelplus/attrify streamlines Laravel validation by leveraging PHP attributes for expressive, annotation-based rules directly within your request classes. This package transforms how you define constraints, delivering cleaner code, centralized configuration, and a more intuitive development workflow. With attrify, maintaining and evolving complex validation logic becomes easier than ever—just annotate, refine, and let Laravel handle the rest.
spatie/laravel-validation-rules
2586565 Downloads
A set of useful Laravel validation rules
intervention/validation
5513738 Downloads
Additional validation rules for the Laravel framework
php-di/phpdoc-reader
27956175 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
proengsoft/laravel-jsvalidation
2070440 Downloads
Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest
laravel-validation-rules/credit-card
1792440 Downloads
Validate credit card number, expiration date, cvc
codezero/laravel-unique-translation
793195 Downloads
Check if a translated value in a JSON column is unique in the database.
stymiee/email-validator
314091 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
694453 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
laracraft-tech/laravel-schema-rules
32109 Downloads
Automatically generate Laravel validation rules based on your database table schema!
langleyfoxall/laravel-nist-password-rules
542975 Downloads
🔒 Provides Laravel validation rules that follow the password related recommendations found in NIST Special Publication 800-63B.
illuminatech/validation-composite
416703 Downloads
Allows uniting several validation rules into a single one for easy re-usage