Libraries tagged by laravel like validator
convenia/credit-card-validator-php
39991 Downloads
Fork Off inacho/php-credit-card-validator Because it looks like is not being manteined anymore --- Validates popular debit and credit cards numbers against regular expressions and Luhn algorithm. Also validates the CVC and the expiration date
azolee/validator
31 Downloads
A Laravel like framework agnostic Validation package for PHP8.2
softxpert/magento1-validator
47 Downloads
Laravel like Magento 1.x validator
rifat/request-validator
5 Downloads
PHP Laravel like standalone validation library
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.
discover/uniquecombination-validation
13 Downloads
unique check validation by any combination value like comma separated value duplicate entry check
cerbero/command-validator
372905 Downloads
Laravel package to validate the input of console commands.
arifszn/laravel-advanced-validation
38 Downloads
Laravel advanced validation rules for real-life scenarios.
laranail/prompter
25 Downloads
A Laravel package by `simtabi` that extends and adds new functionality to `laravel/prompts`, providing a fluent API for crafting CLI forms and additional validators.
rakit/validation
3580934 Downloads
PHP Laravel like standalone validation library
somnambulist/validation
117181 Downloads
A re-write of rakit/validation providing Laravel like validation as a standalone library
crestapps/laravel-code-generator
81448 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
anik/form-request
328293 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
morrislaptop/laravel-pulse-4xx
61614 Downloads
Laravel Pulse Card for 4XX responses like validation, auth and not found
jlorente/laravel-credit-cards
31939 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.