PHPackages                             orderhandler/dubbo-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. orderhandler/dubbo-client

ActiveLibrary

orderhandler/dubbo-client
=========================

A client for dubbo

0.9.3(6y ago)07[1 issues](https://github.com/orderhandler/dubbo-client/issues)GPL-3.0PHPPHP &gt;=5.6

Since Oct 31Pushed 6y ago2 watchersCompare

[ Source](https://github.com/orderhandler/dubbo-client)[ Packagist](https://packagist.org/packages/orderhandler/dubbo-client)[ RSS](/packages/orderhandler-dubbo-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

dubbo-client
============

[](#dubbo-client)

Dubbo client for php

使用方法
----

[](#使用方法)

```
require_once(__dir__ ."/../vendor/autoload.php");

$config = [
    'registry' => [
        'type' => \OrderHandler\Dubbo\Discover\ZookeeperDiscover::class,
        'url' => '127.0.0.1:2181',
    ],
    'options' => [
        'version' => null,
        'group' => null,
        'options' => [
            'charset' => 'utf-8'
        ],
    ],
];

$serviceName = 'com.member.MemberService';
$service = \OrderHandler\Dubbo\DubboClientFactory::make($serviceName, $config);
$req = [
    'memberId' => 1,
    'class' => 'com.member.MemberInfoRequestBO'
];
$res = $service->queryMemberInfo($req);

var_dump($res);
```

其它说明
----

[](#其它说明)

1.目前没有增加dubbo各种协议。但是后续有计划补全 1.后期计划做个generator，可以根据接口直接生成对应的sdk，这样就不需要每次都加入classname和servicename了。但是还没排期 1.配置内容有很多，在`src/Configure.php`中可以看到默认项目

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

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

Total

4

Last Release

2377d ago

### Community

Maintainers

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

---

Top Contributors

[![elrond-g](https://avatars.githubusercontent.com/u/6926269?v=4)](https://github.com/elrond-g "elrond-g (5 commits)")

### Embed Badge

![Health badge](/badges/orderhandler-dubbo-client/health.svg)

```
[![Health](https://phpackages.com/badges/orderhandler-dubbo-client/health.svg)](https://phpackages.com/packages/orderhandler-dubbo-client)
```

PHPackages © 2026

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