Guzzle topic
Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
EightPointsGuzzleBundle
⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
guzzle-services
Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
YurunHttp
YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227
Microservices-with-Lumen
A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2
guzzle_retry_middleware
Middleware for Guzzle v6/7+ that automatically retries HTTP requests on 429, 503 responses.
guzzle-advanced-throttle
A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get the response from cache when the rate limit is exceede...
guzzle-rate-limiter-middleware
A rate limiter middleware for Guzzle
command
Provides the foundation for building web service clients with Guzzle
laravel-guzzle-throttle
A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.