Libraries tagged by rule eval
umbrellio/laravel-common-objects
63475 Downloads
Common objects for extending base Laravel functionality.
reinbier/laravel-unique-with
24379 Downloads
Unique With Validator rule for Laravel
hamburgscleanest/guzzle-advanced-throttle
33317 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.
digitaldream/laracrud
19795 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
mnapoli/phpdocreader
254462 Downloads
PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)
dg/texy
132925 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
vdhicts/laravel-validation-rules
20610 Downloads
Collection of validation rules for Laravel.
sfneal/validation-rulesets
1089 Downloads
A simple way to keep your Laravel validation rules a bit more DRY.
jekk0/laravel-iso3166-validation-rules
47192 Downloads
Laravel/Lumen validation rules for validate country codes (ISO3166-1)
jacobfitzp/laravel-tiptap-validation
882 Downloads
Laravel validation rules for the Tiptap WYSIWYG editor.
dossierdata/laravel-email-validator
6839 Downloads
A more extensive email validator rule than the default provided by Laravel.
ctf0/email-validator
2404 Downloads
validation rule to validate email for Laravel
blakvghost/php-validator
577 Downloads
PHPValidator is a modern PHP library for data validation in your PHP applications. It provides a flexible and extensible way to validate data using predefined rules or by creating custom validation rules.
avto-dev/extended-laravel-validator
39688 Downloads
Extended validation rules for Laravel applications
infinitypaul/php-validator
4284 Downloads
A validator featuring rule objects, string rule mapping, wildcard validation and more