PHPackages                             phpple/php-dubbo-proxy - 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. phpple/php-dubbo-proxy

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

phpple/php-dubbo-proxy
======================

A dubbo's proxy for php developer, based on dubbo's telnet protocol.

0.1.3(7y ago)311[1 issues](https://github.com/phpple/php-dubbo-proxy/issues)MITPHPPHP &gt;=5.5

Since May 25Pushed 7y ago1 watchersCompare

[ Source](https://github.com/phpple/php-dubbo-proxy)[ Packagist](https://packagist.org/packages/phpple/php-dubbo-proxy)[ RSS](/packages/phpple-php-dubbo-proxy/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-dubbo-proxy
===============

[](#php-dubbo-proxy)

This project is designed for call java service based on dubbo.The transport protocol is telnet.

Process
-------

[](#process)

1. Find the provider from zookeeper.
2. Build socket connect to the provider's host and port.
3. Call the telnet command invoke, such as `invoke com.phpple.service.FooService.bar('hello,world')\n`.

    You can find the telnet commands at: [\[English\]](http://dubbo.apache.org/books/dubbo-user-book-en/references/telnet.html) [\[中文\]](http://dubbo.apache.org/books/dubbo-user-book/references/telnet.html)
4. Read from the socket's response, and parse it.

Requirement
-----------

[](#requirement)

- php [zookeeper extension](http://pecl.php.net/package/zookeeper)

Install
-------

[](#install)

```
composer require phpple/php-dubbo-proxy
```

Example
-------

[](#example)

```
use \phpple\php_dubbo_proxy\Proxy;

$service = Proxy::getService('com.phpple.service.FooService', array(
    'registry' => '127.0.0.1:2181',
    'version' => '1.0.0'
));
$ret = $service->bar('hello,world');
var_dump($ret);
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

2912d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a34df4dd25b4a8efe5c4a59f25f84737df592207c5d177ece3f7a3f5f0a01de?d=identicon)[comdeng](/maintainers/comdeng)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/phpple-php-dubbo-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/phpple-php-dubbo-proxy/health.svg)](https://phpackages.com/packages/phpple-php-dubbo-proxy)
```

###  Alternatives

[fidry/cpu-core-counter

Tiny utility to get the number of CPU cores.

238148.2M23](/packages/fidry-cpu-core-counter)[kiboit/phast

A toolbox for optimizing web page performance

3615.4k1](/packages/kiboit-phast)

PHPackages © 2026

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