Libraries tagged by laravel middleware
jeremykenedy/laravel-https
126207 Downloads
Laravel Https is middleware to check for Secure HTTP requests. Laravel Https middleware providers can check and redirect if the user is not hitting the https url of your app/site or the request can be automatically redirected to a Secure Http (HTTPS) request.
javidalpe/laravel-idempotency
60230 Downloads
Laravel Idempotency Middleware
tomlerendu/laravel-convert-case-middleware
64371 Downloads
Convert request and response keys to and from camel and snake case.
softonic/laravel-psr15-bridge
89887 Downloads
Laravel PSR-15 middleware bridge
prettus/laravel-request-logger
45513 Downloads
HTTP request logger middleware for Laravel
moesif/moesif-laravel
57857 Downloads
Moesif Collection/Data Ingestion Middleware for Laravel
tomschlick/laravel-http2-server-push
65405 Downloads
A middleware package for Laravel to enable server push for your script, style, and image assets.
teraone/laravel-cloudflare-zero-trust-middleware
23216 Downloads
Middleware to secure certain routes with Cloudflare Zero Trust
danharper/laravel-jsonx
51834 Downloads
Add XML support to a JSON-speaking Laravel API with a single middleware via JSONx
waska14/laravel-with-db-transactions
37853 Downloads
Use middleware globally for all routes to put every controller in database transaction
spinen/laravel-browser-filter
44704 Downloads
Filters http requests based on browser type.
muhammadhuzaifa/laravel-pulse-guzzle-recorder
17230 Downloads
Pulse Guzzle Recorder provide a custom recorder for intercepting http requests made via guzzlehttp/guzzle php library and add them into the pulse dashboard if the request is slow. The package uses the guzzle middleware for the data. The recorder intercept and log the request into the Laravel Pulse Slow Outgoing Requests.
kronthto/laravel-oauth2-login
16571 Downloads
Provides a middleware to protect resources requiring an OAuth2 login
kentaroutakeda/laravel-openapi-validator
9036 Downloads
Laravel OpenAPI Validator - Request and response validators based on the OpenAPI Specification.
imliam/laravel-throttle-simultaneous-requests
22456 Downloads
Throttle the current user's requests based on how many requests are currently being executed.