guzzlehttp/command
Build higher-level web service clients on top of Guzzle by modeling operations as Commands and responses as Results. Includes a generic ServiceClient plus command middleware to map commands to PSR-7 requests and responses to structured results.
guzzlehttp/guzzle ^7.11, guzzlehttp/promises ^2.5, and guzzlehttp/psr7 ^2.11guzzlehttp/guzzle ^7.10, guzzlehttp/promises ^2.3, and guzzlehttp/psr7 ^2.8createPool references from ServiceClientInterface documentationguzzlehttp/promises 2.xCommand and Result objects instead of
Request and Response objectsHandlerStack instance than the
HTTP middleware.Result objects are the result of executing a Command and are used to hold
the parsed response data.guzzlehttp/promises package instead of
guzzlehttp/ringphp, which means that asynchronous results are implemented
as Promises/A+ compliant Promise objects, instead of futures.Subscribers were removed.ServiceClientInterface and ServiceClient class now provide the basic
foundation of a web service client.How can I help you explore Laravel packages today?