PHPackages                             r-green/jsonrpc-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. r-green/jsonrpc-client

ActiveLibrary[API Development](/categories/api)

r-green/jsonrpc-client
======================

JSON RPC Client for PHP 5.4+

1.4(9y ago)158MITPHPPHP &gt;=5.4.0

Since Oct 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/r-green/jsonrpc-client)[ Packagist](https://packagist.org/packages/r-green/jsonrpc-client)[ RSS](/packages/r-green-jsonrpc-client/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (6)Used By (0)

Simple PHP JSON-RPC Client
==========================

[](#simple-php-json-rpc-client)

Straight forward JSON RPC 2.0 Client for PHP without the bloat.

See JSON-RPC spec for more info:

### Composer

[](#composer)

```
composer require r-green/jsonrpc-client

```

### Usage

[](#usage)

```
use JsonRpc\Client;

$params = [
    ...
];

$client = new Client('http://www.example.com');
$client->request(123456, 'myMethod', $params); // ID, Method, Params

$result = $client->send();

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity62

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

3556d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/82056833?v=4)[r-green](/maintainers/r-green)[@r-green](https://github.com/r-green)

### Embed Badge

![Health badge](/badges/r-green-jsonrpc-client/health.svg)

```
[![Health](https://phpackages.com/badges/r-green-jsonrpc-client/health.svg)](https://phpackages.com/packages/r-green-jsonrpc-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
