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. [API Development](/categories/api)
4. /
5. qifei/jsonrpc

ActiveLibrary[API Development](/categories/api)

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 41% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

718d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20202777?v=4)[kdd](/maintainers/kdd)[@kdd](https://github.com/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)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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