PHPackages                             zixsihub/jsonrpc - 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. zixsihub/jsonrpc

ActiveLibrary[API Development](/categories/api)

zixsihub/jsonrpc
================

PHP JSON-RPC 2.0 Server Implementation

1.1.0(3y ago)05MITPHPPHP &gt;=7.2.0

Since Sep 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/zixsihub/jsonrpc)[ Packagist](https://packagist.org/packages/zixsihub/jsonrpc)[ Docs](https://github.com/zixsihub/jsonrpc/)[ RSS](/packages/zixsihub-jsonrpc/feed)WikiDiscussions main Synced 1mo ago

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

PHP JSON-RPC 2.0 Server Implementation
======================================

[](#php-json-rpc-20-server-implementation)

Installation
------------

[](#installation)

If you're using [Composer](https://getcomposer.org/), you can include this library ([zixsihub/jsonrpc](https://packagist.org/packages/zixsihub/jsonrpc)) like this:

```
composer require "zixsihub/jsonrpc"

```

Getting started
---------------

[](#getting-started)

```
$server = new Server([
	'one' => OneClass::class,
	'two' => new TwoClass(),
]);

$server->run();

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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

Total

2

Last Release

1276d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

jsonrpcjson-rpc

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zixsihub-jsonrpc/health.svg)

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

###  Alternatives

[sergeyfast/eazy-jsonrpc

PHP JSON-RPC 2.0 Server/Client Implementation with SMD &amp; Swagger support

6164.2k](/packages/sergeyfast-eazy-jsonrpc)[jsonrpc/jsonrpc

JSON-RPC 2.0 client/server implementation

53407.1k4](/packages/jsonrpc-jsonrpc)[tivoka/tivoka

The universal JSON-RPC client/server library. JSON-RPC done right!

74159.0k3](/packages/tivoka-tivoka)[drlecks/simple-web3-php

Web3 library in PHP

7641.6k2](/packages/drlecks-simple-web3-php)[upgate/laravel-jsonrpc

Laravel JSON-RPC 2.0 Server

5141.1k](/packages/upgate-laravel-jsonrpc)[timiki/rpc-server-bundle

JSON-RPC server bundle for symfony

2086.3k1](/packages/timiki-rpc-server-bundle)

PHPackages © 2026

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