Libraries tagged by laravel validate
nembie/iban-rule
48143 Downloads
A Laravel validation rule to validate IBAN numbers
laravel-validation-rules/us-state
148182 Downloads
Validate US States and Canada Provinces
laravel-validation-rules/phone
322833 Downloads
Validate that a phone number is in the correct format
laravel-validation-rules/country-codes
426076 Downloads
Validate country codes.
laravel-validation-rules/colour
257455 Downloads
Validate colours
laravel-json-api/spec
1047323 Downloads
Validate JSON documents for compliance with the JSON:API specification.
freelancehunt/php-credit-card-validator
474290 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
34813 Downloads
Validation Rule to ensure a value is within valid Mysql Integer ranges.
rackbeat/laravel-validate-https
35785 Downloads
Simple validation rule for https urls.
payfast/laravel-validate-pwned-password
25249 Downloads
Adds Laravel validator rule to check if a password has been pwned from https://haveibeenpwned.com/API/v2
ferdous/laravel-otp-validate
23301 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
2274 Downloads
Validate arguments for Laravel commands
jlorente/laravel-credit-cards
31586 Downloads
Laravel >=5.6 integration for the PHP Credit Cards package that allows to perform operations on debit and credit cards like format, validate brand, number and Luhn algorithm.
czim/laravel-dataobject
124668 Downloads
Basic validatable standardized data object.
minuteoflaravel/laravel-self-validating-model
2364 Downloads
Model class that auto-validates when model is saved or updated