PHPackages                             nextpertise/jsonrpcclient-php - 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. nextpertise/jsonrpcclient-php

ActiveLibrary[API Development](/categories/api)

nextpertise/jsonrpcclient-php
=============================

JsonRPC v1 client written in PHP.

194Python

Since Jun 27Pushed 9y ago5 watchersCompare

[ Source](https://github.com/Nextpertise/jsonrpcclient-php)[ Packagist](https://packagist.org/packages/nextpertise/jsonrpcclient-php)[ RSS](/packages/nextpertise-jsonrpcclient-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

jsonrpcclient-php - A php jsonrpc v1 library
============================================

[](#jsonrpcclient-php---a-php-jsonrpc-v1-library)

JsonRPC v1 client written in PHP

Installing
----------

[](#installing)

The easiest way to install **jsonrpcclient-php** is to use [Composer](http://getcomposer.org/download/), the awesome dependency manager for PHP. Once Composer is installed, run `composer.phar require nextpertise/jsonrpcclient-php:dev-master` and composer will do all the hard work for you.

Use
---

[](#use)

```
require 'vendor/autoload.php';

use JsonRpcClient\JsonRpcClient;

$jsonrpc = new JsonRpcClient();
$jsonrpc->setHost('127.0.0.1');
$jsonrpc->setPort(3000);
$jsonrpc->setPrefix('test.');
$jsonrpc->setReconnect(true);
$jsonrpc->setDebug(true);

$call = "";
try {
    $call = $jsonrpc->Test(7, 8);
} catch (Exception $e) {
    print_r($e);
    exit(1);
}
echo "Succes\n";
print_r($call);
exit(0);
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.2% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f733c571dd2979fa39578744f835fdcb05304899f5726e07498db1e2bbb85bfa?d=identicon)[teunis90](/maintainers/teunis90)

---

Top Contributors

[![teunis90](https://avatars.githubusercontent.com/u/3136781?v=4)](https://github.com/teunis90 "teunis90 (25 commits)")[![KuikenArjan](https://avatars.githubusercontent.com/u/13623974?v=4)](https://github.com/KuikenArjan "KuikenArjan (1 commits)")

### Embed Badge

![Health badge](/badges/nextpertise-jsonrpcclient-php/health.svg)

```
[![Health](https://phpackages.com/badges/nextpertise-jsonrpcclient-php/health.svg)](https://phpackages.com/packages/nextpertise-jsonrpcclient-php)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/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

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

PHPackages © 2026

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