laravel-usage-limiter
by moneo
A metric-agnostic, account-level usage metering and enforcement engine for Laravel with atomic concurrency safety, idempotency, and pluggable pricing/enforcement policies.
laravel-mail-throttle
Distributed rate limiting for Laravel mail across multiple queue workers
laravel-firewall
by pratik-dabhi
A powerful and extensible firewall package for Laravel 10+ supporting IP blocking, CIDR rules, rate limiting, request logging, and country blocking.
laravel-rate-limiter
by aporat
A flexible rate limiting middleware for Laravel and Lumen applications
laravel-with-limits
Laravel with limits is a Laravel package that handles API rate limits, down to the method level. The package will read rate limit headers and keep track of requests to prevent exceeding rate limits. GuzzleHttp is used to send requests and receive responses.