Guzzle topic

Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.

List Guzzle repositories

EightPointsGuzzleBundle

440
Stars
70
Forks
Watchers

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony

sapient

315
Stars
26
Forks
Watchers

Secure API Toolkit

guzzle-services

250
Stars
77
Forks
Watchers

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

257
Stars
56
Forks
Watchers

YurunHttp 是开源的 PHP HTTP 客户端,支持链式操作,简单易用。完美支持Curl、Swoole 协程。QQ群:17916227

Microservices-with-Lumen

170
Stars
91
Forks
Watchers

A Lumen based microservice ready to deploy with guzzle for consumption of api and OAuth 2

guzzle_retry_middleware

189
Stars
25
Forks
Watchers

Middleware for Guzzle v6/7+ that automatically retries HTTP requests on 429, 503 responses.

guzzle-advanced-throttle

128
Stars
16
Forks
Watchers

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

146
Stars
15
Forks
Watchers

A rate limiter middleware for Guzzle

command

110
Stars
21
Forks
Watchers

Provides the foundation for building web service clients with Guzzle

laravel-guzzle-throttle

76
Stars
9
Forks
Watchers

A Laravel wrapper for https://github.com/hamburgscleanest/guzzle-advanced-throttle.