资 源 简 介
A JSON-RPC 2.0 client/server implementation in PHP, compatible with the 2.0 specification as described here.
Key features include:
* Full implementation of the JSON-RPC 2.0 specification, including notifications, batch requests, and error codes.
* Multi-client aware (i.e. one server can serve different methods to different clients, even utilizing different DB back-ends for each client).
* A function to generate a unique ID for requests that require a response.
* Storing server-side methods anywhere (even outside of the server), and organizing them by type.