PHPackages                             vincentmi/php-rpc-client - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vincentmi/php-rpc-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vincentmi/php-rpc-client
========================

A RPC client for tourscool

v1.0.3(6y ago)060MITPHPPHP &gt;=5.5.0CI failing

Since May 22Pushed 6y agoCompare

[ Source](https://github.com/vincentmi/php-rpc-client)[ Packagist](https://packagist.org/packages/vincentmi/php-rpc-client)[ Docs](http://www.tourscool.com)[ RSS](/packages/vincentmi-php-rpc-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (5)Used By (0)

PHP RPC CLIENT
==============

[](#php-rpc-client)

简介
--

[](#简介)

PHP RPC 客户端,使用JSON对载荷进行编码和解码

使用方法
----

[](#使用方法)

```
use Tourscool\RpcClient\Client;

$client = new Client([
    'endpoints'=>[
        'tcp://192.168.1.251:20182' ,
        'tcp://192.168.1.252:2010'
        ]
    ]);

try {
    $result = $client->service('Greeting')->sayHello('Vincent');
    print_r($result);
}catch(RpcException $e){
    echo 'RPC fail';
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity57

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

Total

4

Last Release

2537d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/vincentmi-php-rpc-client/health.svg)

```
[![Health](https://phpackages.com/badges/vincentmi-php-rpc-client/health.svg)](https://phpackages.com/packages/vincentmi-php-rpc-client)
```

###  Alternatives

[sunnysideup/typography

Add a typography test page to your silverstripe website / application.

124.2k3](/packages/sunnysideup-typography)

PHPackages © 2026

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