phptec/jsonrpc-client

PHP JSON-RPC Client

Fund package maintenance!
klimov-paul
Patreon

Installs: 1 335

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/phptec/jsonrpc-client

1.0.2 2025-03-13 16:13 UTC

This package is auto-updated.

Last update: 2025-09-13 17:16:35 UTC


README

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.