spatie/guzzle-rate-limiter-middleware
Guzzle middleware to rate-limit HTTP requests by requests/second or requests/minute. When the limit is hit, it sleeps until a slot is available. Includes an in-memory store and supports custom persistence for sharing limits across processes.
Full Changelog: https://github.com/spatie/guzzle-rate-limiter-middleware/compare/2.0.1...2.1.0
$limit parameter in Store::push, the signature is now Store::push(int $timestamp, int $limit)Deferrer instances to be passed to RateLimiterMiddleware::perMinute and RateLimiterMiddleware::perSecondHow can I help you explore Laravel packages today?