Libraries tagged by controller request
rakutentech/laravel-request-docs
1316504 Downloads
Automatically generate Laravel docs from request rules, controllers and routes
middlewares/request-handler
1763043 Downloads
Middleware to execute request handlers
htmlburger/wpemerge
141028 Downloads
A micro framework which modernizes WordPress as a CMS development by providing tools to implement MVC and more.
crestapps/laravel-code-generator
96288 Downloads
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
aura/web
568270 Downloads
Provides web Request and Response objects for use by web controllers and actions. These are representations of the PHP web environment, not HTTP request and response objects proper.
pearl/lumen-request-validate
401504 Downloads
Lumen doesn't have form request validator seperatly. This package helps developers to segregate the validation layer from the controller to a separate dedicated class
digitaldream/laracrud
22177 Downloads
Do you have a well structured database and you want to make a Laravel Application on top of it. By using this tools you can generate Models which have necessary methods and property, Request class with rules, generate route from controllers method and its parameter and full features form with validation error message and more with a single line of command
nelexa/request-dto-bundle
23629 Downloads
This Symfony Bundle provides request objects support for Symfony controller actions
dittto/symfony-custom-request
10554 Downloads
Allows use of custom requests in controllers
horde/http_server
4276 Downloads
HTTP Request Handling Library adhering to PSR-15 standard. This evolved out of horde/controller.
mouf/mvc.splash-common
361357 Downloads
Splash is a PHP router. It takes an HTTP request and dispatches it to the appropriate controller.
jrm/request-bundle
3185 Downloads
Makes it easy to get your own request as a controller argument
gchernikov/request-resolver-bundle
6148 Downloads
Symfony bundle for constructing request dto's and resolving them as Controller arguments
webignition/encapsulating-request-resolver-bundle
6262 Downloads
Symfony controller action argument resolver for types that extend Symfony\Component\HttpFoundation\Request
maskow/livewire-combined-request
1423 Downloads
Shared FormRequest base that works for both Laravel HTTP controllers and Livewire 3/4 components. Write validation rules once, use them everywhere.