phptec/jsonrpc-client

PHP JSON-RPC Client

Maintainers

Package info

github.com/phptec/jsonrpc-client

Wiki

pkg:composer/phptec/jsonrpc-client

Fund package maintenance!

klimov-paul

Patreon

Statistics

Installs: 2 050

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0.2 2025-03-13 16:13 UTC

This package is auto-updated.

Last update: 2026-03-13 18:16:33 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.