phptec/jsonrpc-client

PHP JSON-RPC Client

1.0.1 2024-05-17 13:35 UTC

This package is auto-updated.

Last update: 2024-05-17 13:37:05 UTC


README

168531174

PHP JSON-RPC Client


This package provides a JSON-RPC Client for PHP.

For license information check the LICENSE-file.

Latest Stable Version Total Downloads Build Status

Installation

The preferred way to install this package is through composer.

Either run

php composer.phar require --prefer-dist phptec/jsonrpc-client

or add

"phptec/jsonrpc-client": "*"

to the "require" section of your composer.json.

Documentation

Documentation is at docs/README.md.