weberhofer/jsonrpcphp

JSON-RPC for PHP 5.3+

Installs: 269 324

Dependents: 6

Suggesters: 0

Security: 0

Stars: 22

Watchers: 2

Forks: 13

Open Issues: 2

pkg:composer/weberhofer/jsonrpcphp

2.2.2 2019-12-03 16:00 UTC

This package is auto-updated.

Last update: 2025-09-29 01:33:22 UTC


README

JSON-RPC PHP is a couple of classes written in PHP implementing respectively client and server functionalities of the JSON-RPC protocol.

This software has originally been developed at http://jsonrpcphp.org/ and has been modified to support newer PHP versions and name-spaces; some bugs have been fixed.

To install

composer require weberhofer/jsonrpcphp

or add this to your composer.json, and composer update

{
    "require": {
        "weberhofer/jsonrpcphp": "~2"
    }
}