Libraries tagged by laravel validate
giahojnost/credit-card-validator
7 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
g4/php-credit-card-validator
15 Downloads
Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
erdemkeren/tr-nat-id-num-validator
1297 Downloads
Validates Turkish National Identification Number
xandco/domainparser
7 Downloads
Domain Parser, parses and validates a domain name.
rockett/za-phone
371 Downloads
Parses and validates South African phone numbers.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
jtmcc/lara-schema-validation
9 Downloads
Validate laravel json responses against JSON Schemas in pest or phpunit
trustinsurance/ibanvalidator
4 Downloads
Laravel package to validate IBAN and BIC
thiagoprz/cpfcnpj-validator
25 Downloads
Laravel package to validate CPF (Brazilian taxpayer identification number) and CNPJ (national registry of legal entities in Brazil)
thiagoprz/cpf-validator
1126 Downloads
Laravel package to validate CPF (Brazilian taxpayer identification number)
shankar/country-phone-validator
5 Downloads
Laravel package to validate phone numbers using country name or dial code
lijojose43/pin-validator
10 Downloads
Laravel custom rule for validate pin numbers in INDIA
slave/validpack
60 Downloads
Model validate package, uses the laravel validation class, rules must be passed as as a variable to and every table should be passed as a model in the app
shiftechafrica/lumen-take-off
115 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does. The package also has artisan commands.
mangel1196/form-request
0 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does. from ssi-anik repository