Registry / http-client / php-http-guzzle6-adapter

php-http-guzzle6-adapter

JSON →
library2.0.2phppackagistunverified

Guzzle 6 HTTP Adapter

composer require php-http/guzzle6-adapter
INSTALL
IMPORT
SIG · PHP-HTTP-GUZZLE6-A
P
php-http-guzzle6-adapter
http-clientphpv2.0.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 Http\Adapter\Guzzle6\Client;

Send an HTTP request using Guzzle 6 adapter.

use Http\Adapter\Guzzle6\Client; $client = new Client(); $response = $client->sendRequest(new \GuzzleHttp\Psr7\Request('GET', 'https://example.com')); echo $response->getStatusCode();
Debug
Known issues
breakingThis package is deprecated; use php-http/guzzle7-adapter for Guzzle 7+.
fix
Replace php-http/guzzle6-adapter with php-http/guzzle7-adapter.
affects: *
Upgrade
Version history
2.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
php-http-guzzle6-adapter — pip install php-http-guzzle6-adapter · libregistry