Registry / http-client / guzzle-guzzle

guzzle-guzzle

JSON →
library3.9.3phppackagistunverified

PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle.

composer require guzzle/guzzle
INSTALL
IMPORT
SIG · GUZZLE-GUZZLE
G
guzzle-guzzle
http-clientphpv3.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Guzzle\Http\Client;

Sends a GET request using the deprecated Guzzle 3 client.

use Guzzle\Http\Client; $client = new Client('http://example.com'); $response = $client->get('/api'); echo $response->getBody();
Debug
Known issues
breakingThis package is deprecated; use guzzlehttp/guzzle instead.
fix
Replace with guzzlehttp/guzzle and update your code to use PSR-7.
affects: >= 3.0
Upgrade
Version history
3.9.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
16
OpenAI (training)
1
Resources
guzzle-guzzle — pip install guzzle-guzzle · libregistry