PHPackages                             hyperf-vendor/hyperf-rpc-fpmclient - 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. hyperf-vendor/hyperf-rpc-fpmclient

ActiveLibrary[API Development](/categories/api)

hyperf-vendor/hyperf-rpc-fpmclient
==================================

hyperf json rpc is used in php-fpm

00PHP

Since Nov 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/purewater2011/hyperfvendor-jsonrpc-fpmclient)[ Packagist](https://packagist.org/packages/hyperf-vendor/hyperf-rpc-fpmclient)[ RSS](/packages/hyperf-vendor-hyperf-rpc-fpmclient/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

\#hyperfvendor-jsonrpc-fpmclient

介绍
==

[](#介绍)

本项目是在fpm环境下，调用hyperf的jsonrpc微服务。 使用方法：

```
require_once __DIR__."/vendor/autoload.php";
try {
    $rs = \HyperfVendor\Service::getInstance('CalculatorService')->call('add', [1, 2])->getResult();
    var_dump($rs);
} catch (\Exception $e) {
    echo $e->getMessage();
}

```

> 注意:1.微服务配置，首先在跟目录下新建config/nodes.php,然后配置节点。 2.根目录常量：需要定义BASE\_PATH或者ROOT\_PATH

nodes.php 配置格式：

```
return [
    ['host' => '127.0.0.1', 'port' => 9503]
];

```

Hyperf文档
========

[](#hyperf文档)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

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/048abb92fc466631bfa13e55a3784385801d2b95c50cbac0f1548028a7f03454?d=identicon)[purewater2011](/maintainers/purewater2011)

### Embed Badge

![Health badge](/badges/hyperf-vendor-hyperf-rpc-fpmclient/health.svg)

```
[![Health](https://phpackages.com/badges/hyperf-vendor-hyperf-rpc-fpmclient/health.svg)](https://phpackages.com/packages/hyperf-vendor-hyperf-rpc-fpmclient)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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