graze/guzzle-jsonrpc
Abandoned JSON-RPC 2.0 client for Guzzle. Supports Guzzle 6/5/4/3 via branches, with helpers to build notifications, requests, and batch calls. Provides sync and async sending using Guzzle Promises. Consider forking for maintenance.
Register subscribers with the underlying guzzle client.
$client = new Client(
'https://example.com/jsonrpc',
['subscribers' => [new ErrorSubscriber()]]
);
How can I help you explore Laravel packages today?