Libraries tagged by laravel request validation
agoalofalife/decompose-validator
35 Downloads
Extra package for organization and decompose request validation in Laravel
satanvir/validator
2 Downloads
A PHP package that allows you to handling form request validation.
perfect-oblivion/valid
226 Downloads
Custom Form Requests and Service Validation for Laravel
bright-components/valid
142 Downloads
Custom Form Requests and Service Validation for Laravel
shiftechafrica/lumen-take-off
114 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does. The package also has artisan commands.
cosmin-ciolacu/eu-vat-number-validator
17 Downloads
An simple validator for EU vat numbers with validation rule for requests
vfunin/openapi-httpfoundation-testing
3 Downloads
Validate HttpFoundation requests and responses against OpenAPI (3.0.x) definitions
lalcebo/lumen-sdk
185 Downloads
Lumen SDK - Expand Lumen framework in your projects.
diorz38/crestapp-code-generator
6 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.
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.
jpuminate/auth
23 Downloads
laravel package for checking token signature, work on microservice architecture, when we need to ckeck the token validation without sending the request to the Auth server
laravelplus/attrify
1 Downloads
laravelplus/attrify streamlines Laravel validation by leveraging PHP attributes for expressive, annotation-based rules directly within your request classes. This package transforms how you define constraints, delivering cleaner code, centralized configuration, and a more intuitive development workflow. With attrify, maintaining and evolving complex validation logic becomes easier than ever—just annotate, refine, and let Laravel handle the rest.
aporat/laravel-auth-signature
202 Downloads
A Laravel package providing a middleware for validating API requests with HMAC-SHA256 signatures
clickbar/laravel-validate-relative-signature
43 Downloads
Middleware for validating relative signed url requests.
mobilestock/laravel-recaptcha-validator
186 Downloads
Laravel ReCaptcha Validator is a library that enables you to validate Google Recaptcha v2 in Laravel applications by a macro in Request Facade.