Libraries tagged by request validation
albertcht/lumen-form-request
14862 Downloads
Form request is a package for Lumen that lets developer validate form requests like Laravel does.
knik/x509
6297 Downloads
A PHP library for X.509 public key certificates, attribute certificates, certification requests and certification path validation.
solve-x/view-model
460 Downloads
A more structured way of processing requests (inspired by ASP.NET)
maplephp/validate
251 Downloads
User-friendly input validation library.
mahmoud-almalah/laravel-api-helpers
20 Downloads
Standardized API responses and helpers for Laravel applications.
chesslablab/php-chess
18 Downloads
A chess library offering move validation, common formats, multiple variants, UCI engine support, explanation of chess positions, image recognition, PGN parsing and knowledge extraction from games.
beebmx/kirby-middleware
114 Downloads
Kirby Middleware provides a powerful mechanism for inspecting and filtering requests entering in your Kirby site.
userfrosting/fortress
49359 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
spiechu/symfony-commons-bundle
48 Downloads
My handy toolkit for Symfony.
alexweissman/fortress
2388 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
owenmelbz/illumipress
257 Downloads
Simple wrapper for the illuminate support, http response, request, validation, zttp, cache, encryption, blade templating and whoops error handler for WordPress
swop/github-webhook-security-checker
22 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
chitranu/google-recaptcha
2558 Downloads
Easily validate recaptcha responses in Laravel. A handy validation rule for validating the reCAPTCHA token in the form requests.
ahrmerd/laravel-test-generator
174 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