Registry / http-client / guzzlehttp-command

guzzlehttp-command

JSON →
library1.5.0phppackagistunverified

Foundation for building command-based web service clients with Guzzle.

composer require guzzlehttp/command
INSTALL
IMPORT
SIG · GUZZLEHTTP-COMMAND
G
guzzlehttp-command
http-clientphpv1.5.0
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.

Command
use GuzzleHttp\Command\Command;

Create and execute a command.

use GuzzleHttp\Command\Command; $command = new Command('GetItem', ['id' => 123]); $result = $client->execute($command);
Debug
Known issues
breakingRequires GuzzleHttp/Guzzle 6.x or 7.x; incompatible with older versions.
fix
Ensure guzzlehttp/guzzle version 6+ is installed.
affects: <1.0.0
Upgrade
Version history
1.5.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
guzzlehttp-command — pip install guzzlehttp-command · libregistry