Libraries tagged by validation request
ahrmerd/laravel-test-generator
185 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
njuhel/swagger-validator
1906 Downloads
A Swagger Validation and Parser as lib for PHP to secure and helpful application for request / response validating, security stage, testunit skeleton, testauto generation, ... This lib can be used into any existing application who's having a swagger definition file for request/response (no framework dependancies or included).
fredyhenaodev/lumen-form-request-url
11 Downloads
Laravel Form Request adaptation for Lumen framework and validation of the parameters that come by URL.
youniverse-center/request-validation-bundle
31 Downloads
Symfony Bundle for automatic validation of data provided in the request.
sonntagnacht/requestparam-bundle
37 Downloads
easier validation of request data
solophp/request-guard
27 Downloads
Robust request validation & authorization layer for HTTP inputs with type-safe guards
shoyim/php-validation
4 Downloads
php requests validation helper functions
secureit-swiss/laravel-method-form-request
13 Downloads
Package to help organize form request validation for Laravel
realshadow/request-deserializer
7 Downloads
Package for providing JSON schema validation and request deserialization for API's built on top of Dingo API
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.
questocat/lumen-request
16 Downloads
Input request is a package for Lumen
n1215/psr-15-form-request
8 Downloads
PSR-15/PSR-17 compatible HTTP request validation using Laravel's \illuminate\validation.
mozafar/php-validation
3 Downloads
A simple class for php request validation
moh4mmad/request-validation-generator
35 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.
mkoprek/request-validation-bundle
7304 Downloads