Registry / http-client / guzzle-service

guzzle-service

JSON →
library3.9.2phppackagistunverified

Guzzle service component for abstracting RESTful web services.

composer require guzzle/service
INSTALL
IMPORT
SIG · GUZZLE-SERVICE
G
guzzle-service
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 Guzzle\Service\Client;

Create a service client and make a GET request.

use Guzzle\Service\Client; $client = new Client('https://api.example.com'); $response = $client->get('/resource')->send(); echo $response->getBody();
Debug
Known issues
breakingThis package is for Guzzle 3.x; Guzzle 6+ uses different namespaces and API.
fix
Use guzzlehttp/guzzle for modern versions.
affects: >=3.0.0 <4.0.0
Upgrade
Version history
3.9.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
guzzle-service — pip install guzzle-service · libregistry