关键词:rate-limit

2
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.
3
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.
4
Enforce api quotas with Laravel 5 wrapper for bandwith-throttle/token-bucket
5
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.