Libraries tagged by request to input
pecee/simple-router
165032 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
9337 Downloads
Converts request data into DTO inputs objects with validation.
yiisoft/input-http
34583 Downloads
Maps data from PSR-7 HTTP request to PHP DTO representing user input.
lion/request
3090 Downloads
Library created to request input data and response requests
kyrax324/laravel-queriplex
1959 Downloads
A simple package to help building query builder between request inputs and allowed rules.
developermarius/simple-router
1661 Downloads
Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.
tkeer/ease-request
154 Downloads
A laravel package to ease Input validation
michael-rubel/laravel-safe-request
12265 Downloads
Makes your FormRequest keys retrieved from `$request->safe()` method by default to prevent retrieval of unvalidated input values.
roy404/request
23 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.
ferdinandfrank/vue-forms
101 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
114 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.
alex-dwt/verified-request
50 Downloads
Aggregates input parameters from http request into one object and apply validation rules to them