Registry / http-client / guzzle-http

guzzle-http

JSON →
library3.9.2phppackagistunverified

HTTP libraries used by Guzzle

composer require guzzle/http
INSTALL
IMPORT
SIG · GUZZLE-HTTP
G
guzzle-http
http-clientphpv3.9.2
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 GuzzleHttp\Client;

Make a GET request with Guzzle HTTP client

use GuzzleHttp\Client; $client = new Client(); $response = $client->get('https://api.example.com');
Debug
Known issues
breakingGuzzle 3 is outdated and no longer maintained; upgrade to Guzzle 6 or 7.
fix
Replace guzzle/http with guzzlehttp/guzzle and update code accordingly.
affects: >=3.0.0,<4.0.0
Upgrade
Version history
3.9.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

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