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 8y 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 2mo 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 22% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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