Guzzle Jsonrpc Versions Save

JSON-RPC 2.0 client for Guzzle

2.1.1

6 years ago

Register subscribers with the underlying guzzle client.

$client = new Client(
    'https://example.com/jsonrpc',
    ['subscribers' => [new ErrorSubscriber()]]
);

3.2.1

8 years ago

Fixed

  • #28 Fix PHP 7 json parsing on an empty string

Thanks @adlawson :dancers:.