https://github.com/basilfx/jsonrpc2
PHP5.3 Client implementation of JSON-RPC 2.0
https://github.com/basilfx/jsonrpc2
Last synced: about 1 month ago
JSON representation
PHP5.3 Client implementation of JSON-RPC 2.0
- Host: GitHub
- URL: https://github.com/basilfx/jsonrpc2
- Owner: basilfx
- License: mit
- Created: 2011-05-28T15:46:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-12-31T13:21:27.000Z (over 13 years ago)
- Last Synced: 2025-03-03T14:47:58.347Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-RPC 2.0
A JSON-RPC 2.0 class for PHP5.3+, including Batch and Notify support.
## Features
* Designed for PHP5.3+
* Fully supports JSON-RPC2.0 + HTTP extension, including batch requests and notifications.
* Requests can be made stateful by enabling cookies. They are automatically captured from the webserver.
* ClientObject and ClientBatchObject, as if the requested methods existed locally
* Callbacks, also for debugging purposes
## Installation
* Copy the file `JsonRpc2.php` to your desired location.
* Include it in your source
## Examples
See the folder `examples` for a few examples.
## License
See the `LICENSE` file (MIT).