Download the PHP package veejay/jsonrpc without Composer
On this page you can find all versions of the php package veejay/jsonrpc. 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
JSONRPC server and client
Jsonrpc 2.0 for PHP over HTTP(S).
Examples
Server
At first you have to extend veejay\jsonrpc\Api class and add required methods:
Then run Server with the following code:
Client
You will receive the response from myMethod in $query variable.
Requirements
- PHP 7.2+
Installation
All versions of jsonrpc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
ext-json Version *
ext-json Version *
The package veejay/jsonrpc contains the following files
Loading the files please wait ....