Libraries tagged by validation request
swop/github-webhook-security-checker
21 Downloads
Library which deals with incoming GitHub web hooks requests (signature validation & payload parsing)
fideloper/conditionalrequest
8 Downloads
Handle HTTP validation Caching using If-* Headers on requests
ahrmerd/laravel-test-generator
115 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
1901 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
29 Downloads
Symfony Bundle for automatic validation of data provided in the request.
sonntagnacht/requestparam-bundle
36 Downloads
easier validation of request data
shoyim/php-validation
4 Downloads
php requests validation helper functions
sherifsheremetaj/laravel-method-form-request
61 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
48 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
15 Downloads
Input request is a package for Lumen
n1215/psr-15-form-request
7 Downloads
PSR-15/PSR-17 compatible HTTP request validation using Laravel's \illuminate\validation.
mozafar/php-validation
2 Downloads
A simple class for php request validation
moh4mmad/request-validation-generator
33 Downloads
A package to generate request validation files based on migration column data types, column lengths, uniqueness, and foreign keys.