Libraries tagged by laravel validate
laravel-validation-rules/us-state
153344 Downloads
Validate US States and Canada Provinces
laravel-validation-rules/phone
329980 Downloads
Validate that a phone number is in the correct format
laravel-validation-rules/country-codes
436757 Downloads
Validate country codes.
laravel-validation-rules/colour
261167 Downloads
Validate colours
laravel-json-api/spec
1110716 Downloads
Validate JSON documents for compliance with the JSON:API specification.
freelancehunt/php-credit-card-validator
497067 Downloads
Validates popular debit and credit cards' numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date.
rackbeat/laravel-validate-mysql-integers
35907 Downloads
Validation Rule to ensure a value is within valid Mysql Integer ranges.
rackbeat/laravel-validate-https
36954 Downloads
Simple validation rule for https urls.
payfast/laravel-validate-pwned-password
28214 Downloads
Adds Laravel validator rule to check if a password has been pwned from https://haveibeenpwned.com/API/v2
ferdous/laravel-otp-validate
23890 Downloads
Laravel package for OTP validation with built-in features like retry and resend mechanism. Built in max retry and max resend blocking. OTP/Security Code can be send over SMS or Email of your choice with user-defined template.
perryvandermeer/laravel-console-validator
3681 Downloads
Validate arguments for Laravel commands
jekk0/laravel-iso3166-validation-rules
63693 Downloads
Laravel/Lumen validation rules for validate country codes (ISO3166-1)
henriqueramos/laravel_json_schema_validator
19435 Downloads
Laravel JSON Schema Validator it's a Composer package created to help us to validate JSON Schemas.
czim/laravel-dataobject
127644 Downloads
Basic validatable standardized data object.
minuteoflaravel/laravel-self-validating-model
2570 Downloads
Model class that auto-validates when model is saved or updated