Registry / http-client / guzzlehttp-ringphp

guzzlehttp-ringphp

JSON →
library1.1.1phppackagistunverified

Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.

composer require guzzlehttp/ringphp
INSTALL
IMPORT
SIG · GUZZLEHTTP-RINGPHP
G
guzzlehttp-ringphp
http-clientphpv1.1.1
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.

CurlHandler
use GuzzleHttp\Ring\Client\CurlHandler;

Send an HTTP request using RingPHP's CurlHandler.

use GuzzleHttp\Ring\Client\CurlHandler; $handler = new CurlHandler(); $response = $handler([ 'http_method' => 'GET', 'uri' => '/', 'headers' => ['host' => ['httpbin.org']], 'client' => ['base_url' => 'http://httpbin.org'], ]);
Debug
Known issues
breakingRingPHP is deprecated in favor of Guzzle 6+ handlers
fix
Use GuzzleHttp\HandlerStack and related classes
affects: >=1.0
Upgrade
Version history
1.1.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
guzzlehttp-ringphp — pip install guzzlehttp-ringphp · libregistry