Libraries tagged by laravel middleware
prettus/laravel-request-logger
44581 Downloads
HTTP request logger middleware for Laravel
moesif/moesif-laravel
52456 Downloads
Moesif Collection/Data Ingestion Middleware for Laravel
jacobbennett/laravel-http2serverpush
108497 Downloads
A HTTP2 Server Push Middleware for Laravel 5
danharper/laravel-jsonx
47382 Downloads
Add XML support to a JSON-speaking Laravel API with a single middleware via JSONx
waska14/laravel-with-db-transactions
30325 Downloads
Use middleware globally for all routes to put every controller in database transaction
spinen/laravel-browser-filter
42903 Downloads
Filters http requests based on browser type.
muhammadhuzaifa/laravel-pulse-guzzle-recorder
7477 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.
imliam/laravel-throttle-simultaneous-requests
21579 Downloads
Throttle the current user's requests based on how many requests are currently being executed.
erdemkeren/laravel-otp
7256 Downloads
Secure your laravel routes with otps. (one time passwords)
rogervila/lumen-rate-limiting
37266 Downloads
Lumen port of Laravel ThrottleRequests middleware
mpyw/null-auth
101720 Downloads
Null Guard for Laravel. Designed for Middleware-based authentication and testing.
zae/strict-transport-security
90875 Downloads
Set the HSTS header to enable HTTP Strict Transport Security
tomatophp/filament-developer-gate
10212 Downloads
Secure your selected route by using a middleware with static password for developers only
solution-forest/filament-firewall
3066 Downloads
This is a middleware for whitelisting/blacklisting for Filament Admin
hamburgscleanest/guzzle-advanced-throttle
33362 Downloads
A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get response from cache when rate limit is exceeded or always get cached value to spare your rate limits.