Libraries tagged by request to input
pecee/simple-router
182038 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
sfmok/request-input-bundle
11248 Downloads
Converts request data into DTO inputs objects with validation.
yiisoft/input-http
44163 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
developermarius/simple-router
1956 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
lion/request
3450 Downloads
Library created to request input data and response requests
kyrax324/laravel-queriplex
2404 Downloads
A simple package to help building query builder between request inputs and allowed rules.
tkeer/ease-request
155 Downloads
A laravel package to ease Input validation
michael-rubel/laravel-safe-request
12266 Downloads
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
ferdinandfrank/vue-forms
103 Downloads
A collection of vue.js form and input components to create pretty ajax requests.
fewagency/laravel-reformulator
116 Downloads
Laravel middleware to filter, sanitize, parse and transform request input data.
zgldh/laravel-query-filter
13 Downloads
An easier way to filter Eloquent and Models. Save you from Request::input and Where hell.
sbsedv/input-converter-bundle
115 Downloads
A Symfony ^6.1 bundle that adds the raw request body input to the http-foundation InputBag.
rafaelcaviquioli/php-clean-request
27 Downloads
The purpose of this class is to clear all the input parameters in an HTTP request by avoiding the passage of SQL Injection made by bad intentioned people.
roy404/request
127 Downloads
Request class provides an object-oriented way to interact with the current HTTP request being handled by your application as well as retrieve the input, and files that were submitted with the request.
alex-dwt/verified-request
50 Downloads
Aggregates input parameters from http request into one object and apply validation rules to them