Libraries tagged by laravel rules
full-scale-teams/laravel-email-domain-blacklist
105 Downloads
A Laravel package for adding email domain blacklist validation rule
aporat/laravel-filter-var
1132 Downloads
A Laravel package for filtering and sanitizing request variables with customizable rules
arubacao/php-cs-fixer-config
12106 Downloads
Preconfigured PHP Coding Standards Fixer for Laravel & plain PHP
laravel-validation-rules/timezone
19012 Downloads
Validate that a given timezone is valid.
laravel-validation-rules/ip
29667 Downloads
Validate if an ip address is public or private.
laragrad/identifier-validation
3671 Downloads
Extensions for Laravel validation rules to validate national person and company identifiers
pantagruel964/laravel5-yandex-slug
275 Downloads
Generate slug into translit in according to Yandex rules for Laravel 5
monooso/apposite
1879 Downloads
Conditionally apply validation rules in Laravel
artesaos/shield
707 Downloads
A simple way to centralize your validation rules for laravel
ctf0/email-validator
2520 Downloads
validation rule to validate email for Laravel
xanderevg/grid_filters
209 Downloads
Grid filtering library for Laravel & Symfony. Dynamically apply user-defined filters (text, number, date, ranges) rules to Eloquent/Doctrine queries with unified API. Supports multi-field filters and complex UI-driven data grids.
justcoded/php-cs-fixer
105 Downloads
Preconfigured ECS package wrapper with set of recommended rules. Allows code checking/fixing programmatically.
hamburgscleanest/guzzle-advanced-throttle
33442 Downloads
A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get response from cache when rate limit is exceeded or always get cached value to spare your rate limits.
beedelivery/validation
3755 Downloads
The power of 'Respect Validation' on Laravel.
aharisu/generate-form-request-phpdoc
2382 Downloads
Generate PHPDoc properties automatically based on the rules specification of the FormRequest class