Skip to content

Commit 182f4b7

Browse files
author
Pavel Batanov
committed
README sync after extraction
1 parent 5dc146e commit 182f4b7

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@
88
[![Total Downloads](https://poser.pugx.org/scaytrase/json-rpc-client/downloads)](https://packagist.org/packages/scaytrase/json-rpc-client)
99
[![Latest Unstable Version](https://poser.pugx.org/scaytrase/json-rpc-client/v/unstable)](https://packagist.org/packages/scaytrase/json-rpc-client)
1010

11-
# RPC Library
11+
# JSON-RPC 2.0 Client implementation
1212

13-
Built-in support for batch-like requests. Processing depends on client implementation (may not be real batch)
13+
Extension of [`scaytrase/rpc-common`](https://github.com/scaytrase/rpc-common)
1414

15-
## Common interfaces
16-
* RPC request (call)
17-
* RPC response (result)
18-
* RPC error
19-
## Decorators
20-
* Lazy client decorator
21-
* Loggable client decorator
22-
* Cacheable client decorator
23-
24-
# JSON-RPC Implementation
15+
* JSON RPC Interfaces
16+
* JSON RPC client
17+
* Async with Guzzle
18+
* Automatic batch with multiple requests or `LazyClientDecorator`
2519

2620
[JSON-RPC 2.0 Specification](http://www.jsonrpc.org/specification)

0 commit comments

Comments
 (0)