Download the PHP package moaction/jsonrpc-common without Composer
On this page you can find all versions of the php package moaction/jsonrpc-common. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package jsonrpc-common
Jsonrpc-common
Common libraries for JSON-Rpc 2.0 protocol implementation
http://www.jsonrpc.org/specification
Libraries are used in jsonrpc-client and jsonrpc-server
Request
class \Moaction\Jsonrpc\Common\Request
Fields (getters and setters for fields):
- method
- id
- params
Methods
- toArray()
Response
class \Moaction\Jsonrpc\Common\Response
Fields (getters and setters for fields):
- result
- error
- id
Methods
- fromArray()
- hasError()
Normal response
Error response
Error
class \Moaction\Jsonrpc\Common\Error
Error object. See response for example.
Exception
class \Moaction\Jsonrpc\Common\Exception
Exception for using in jsonrpc libraries
All versions of jsonrpc-common with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
The package moaction/jsonrpc-common contains the following files
Loading the files please wait ....