关键词:ratelimit

1
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.
2
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.