PHPackages                             jaczkog/json-rpc - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jaczkog/json-rpc

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jaczkog/json-rpc
================

JSON-RPC client

1.1.2(9y ago)053MITPHPPHP &gt;=5.3

Since Jun 28Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jaczkog/php-json-rpc)[ Packagist](https://packagist.org/packages/jaczkog/json-rpc)[ RSS](/packages/jaczkog-json-rpc/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (7)Used By (0)

jaczkog/json-rpc: PHP JSON-RPC client
=====================================

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/0ae271eeb60b3b0e79f5ce03a4b4974b6abdfb758a382131181c6fadc1541a80/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a61637a6b6f672f6a736f6e2d7270632e7376673f7374796c653d706c6173746963)](https://packagist.org/packages/jaczkog/json-rpc)[![Total Downloads](https://camo.githubusercontent.com/8d22488c856cde99b472565e4d164fc98af7ce0da55e9613cc0c228aa2adf138/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a61637a6b6f672f6a736f6e2d7270632e7376673f7374796c653d706c6173746963)](https://packagist.org/packages/jaczkog/json-rpc)[![Build Status](https://camo.githubusercontent.com/139c5023b244c61e291175c506a8af76e06cc6d7a1637ef2007ced76d475fc65/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a61637a6b6f672f7068702d6a736f6e2d7270632f6d61737465722e7376673f7374796c653d706c6173746963)](https://travis-ci.org/jaczkog/php-json-rpc)[![Code Coverage](https://camo.githubusercontent.com/9fc3787608887c5e8eecfe267e918a463a7e6ddc971ad3fb34529e7d95f9717c/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6a61637a6b6f672f7068702d6a736f6e2d7270632f6d61737465722e7376673f7374796c653d706c6173746963)](https://codecov.io/gh/jaczkog/php-json-rpc)

Setup
-----

[](#setup)

```
composer require jaczkog/json-rpc
```

Usage
-----

[](#usage)

```
use JsonRpc\JsonRpcClient;

$jsonRpcClient = new JsonRpcClient('rpc-server:8080', JsonRpcClient::VERSION_1);
$response      = $jsonRpcClient->sendRequest('method_name', ['param1' => 1, 'param2' => true]);

if ($response->isSuccess()) {
    echo $response->result;
} else {
    echo sprintf('ERROR: %s (%d)', $response->error->message, $response->error->code);
}
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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 ~15 days

Total

6

Last Release

3577d ago

Major Versions

0.5.2 → 1.0.02016-08-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8793767?v=4)[jaczkog](/maintainers/jaczkog)[@jaczkog](https://github.com/jaczkog)

---

Top Contributors

[![jaczkog](https://avatars.githubusercontent.com/u/8793767?v=4)](https://github.com/jaczkog "jaczkog (4 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jaczkog-json-rpc/health.svg)

```
[![Health](https://phpackages.com/badges/jaczkog-json-rpc/health.svg)](https://phpackages.com/packages/jaczkog-json-rpc)
```

###  Alternatives

[millerphp/laravel-browserless

This is my package laravel-browserless

1215.4k](/packages/millerphp-laravel-browserless)[jetsung/pusher

A message push extension.

168.8k](/packages/jetsung-pusher)

PHPackages © 2026

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