Libraries tagged by middelware
jeremykenedy/laravel-https
126658 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.
jbzoo/retry
65364 Downloads
Tiny PHP library providing retry functionality with multiple backoff strategies and jitter support
javidalpe/laravel-idempotency
60737 Downloads
Laravel Idempotency Middleware
imliam/laravel-throttle-simultaneous-requests
22507 Downloads
Throttle the current user's requests based on how many requests are currently being executed.
imanghafoori/laravel-middlewarize
3928 Downloads
Use laravel middlewares on any method calls in your app
hyperf/swow-skeleton
4054 Downloads
A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.
httpsoft/http-runner
38552 Downloads
Running PSR-7 components and building PSR-15 middleware pipelines
httpsoft/http-error-handler
28866 Downloads
Error handling PSR-7 and PSR-15 components
hprose/hprose-swoole
28541 Downloads
Hprose asynchronous client & standalone server based on swoole
hossamyousef/slim3-minify
35774 Downloads
Minify html output in slim framework
hannesvdvreken/guzzle-clockwork
56463 Downloads
A Guzzle middleware that logs requests with Clockwork
erdemkeren/laravel-otp
8254 Downloads
Secure your laravel routes with otps. (one time passwords)
davidepastore/slim-restrict-route
18294 Downloads
A Slim middleware to restrict ip addresses that will access to your routes
compwright/php-session
7024 Downloads
Standalone session implementation that does not rely on the PHP session module or the $_SESSION global, ideal for ReactPHP applications
brightfish/caching-guzzle
28890 Downloads
Cache HTTP responses through Guzzle middleware