Libraries tagged by request-validator
shieldforce/life-packagist-laravel
99 Downloads
Pacotes do Sief
questocat/lumen-request
16 Downloads
Input request is a package for Lumen
mr.incognito/crudify
289 Downloads
This package is for handling the crud for simple crud like for setup etc.
bachilli/laravel-request-rules
10 Downloads
Stop duplicating code and validations for FormRequests. This package provides reuse of FormRequest components in a generic way!
alpercevik/request-variable-validation
34 Downloads
A validation class to validate and check if exists for variables in an Object (request).
valksor/php-functions-web
0 Downloads
A PHP library providing a collection of web-related utility functions for handling HTTP requests, validating web data, and working with URLs
truecrouton/retort
9 Downloads
Easy PHP route definition and request validation
solophp/request-handler
72 Downloads
Robust request validation & authorization layer for HTTP inputs with type-safe handlers and modern PHP 8+ architecture
rawveg/model-validation
56 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.
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
ljsystem/laravel-prohibited
10 Downloads
Adds prohibited form request validations to your Laravel application.
lbdawkes/request-helper
60 Downloads
Provides helper methods for PHP request validation
larammerce/validation
3 Downloads
A request validation package based on laravel validation and larammerce annotation parser.
k-kinzal/oas-fake-php
1 Downloads
Intercept HTTP requests, validate against OpenAPI schemas, and generate fake responses for testing