File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments