关键词:throttle

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
6
Laravel authentication throttle with bruteforce prevention
7
Api-Wrapper is a simple Laravel 5.5 bridge for making, throttling, caching and transforming RESTful API requests made via GuzzleHttp.