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

ActiveLibrary

qifei/jsonrpc
=============

v1.0.7(1y ago)0111MITPHP

Since Jun 14Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (8)Used By (0)

install
=======

[](#install)

```
composer require qifei/jsonrpc

```

usage
=====

[](#usage)

```
use Qifei\JsonRpc\Client;

$request_id='xxxx';
$client=(new Client('http://xxx.com'))->setAk('xxxxxxxxxxxxak')
          ->setSk('xxxxxxxxxxxxxxxxxxxsk')->builder();
$client->setId($request_id)->call('/xx/xxx',[
            'xx'=>"xxxxMw6imMjCA9vss"
        ]);
$res=$client->getResult();
var_dump($res);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Total

7

Last Release

672d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3408574b3ee56d492362afe684d4aa5053a027fce80b70c75e1b547dbcc4aeff?d=identicon)[kdd](/maintainers/kdd)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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