PHPackages                             footstones/plumber - 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. [Queues &amp; Workers](/categories/queues)
4. /
5. footstones/plumber

ActiveLibrary[Queues &amp; Workers](/categories/queues)

footstones/plumber
==================

A PHP Message Queue Worker.

v0.4.7(10y ago)133526MITPHPPHP &gt;=5.4.1

Since Aug 20Pushed 10y ago8 watchersCompare

[ Source](https://github.com/footstones/Plumber)[ Packagist](https://packagist.org/packages/footstones/plumber)[ Docs](https://github.com/Footstones/Plumber)[ RSS](/packages/footstones-plumber/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (15)Used By (0)

Plumber
=======

[](#plumber)

消息队列的Worker守护进程，目前支持beanstalkd。

运行环境
----

[](#运行环境)

- PHP &gt;= 5.4.1
- Swoole &gt;= 1.7.18
- Linux / Mac OSX

安装
--

[](#安装)

```
composer require footstones/plumber

```

使用
--

[](#使用)

### 启动

[](#启动)

```
vendor/bin/plumber start /config-path # config-path为配置文件的路径

```

### 重启

[](#重启)

```
vendor/bin/plumber restart /config-path

```

### 停止

[](#停止)

```
vendor/bin/plumber stop /config-path

```

### 配置说明

[](#配置说明)

请参考[example/config.php](example/config.php)文件。

### Worker的写法

[](#worker的写法)

请参考[example/Example1Worker.php](example/Example1Worker.php)。

### Worker执行的返回值

[](#worker执行的返回值)

请参考[src/IWorker.php](src/IWorker.php)。

License
-------

[](#license)

MIT.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87% 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 ~26 days

Recently: every ~64 days

Total

11

Last Release

3661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8e6f8246b2e0cf9bb1e36263675cd2f86128fde2b44b7db515af38d98d75fb65?d=identicon)[Wellming](/maintainers/Wellming)

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

---

Top Contributors

[![lileiseven](https://avatars.githubusercontent.com/u/94609?v=4)](https://github.com/lileiseven "lileiseven (20 commits)")[![wxb0712](https://avatars.githubusercontent.com/u/9693299?v=4)](https://github.com/wxb0712 "wxb0712 (2 commits)")[![wenqinruan](https://avatars.githubusercontent.com/u/5706241?v=4)](https://github.com/wenqinruan "wenqinruan (1 commits)")

---

Tags

swoolemessage queuebeanstalkplumber

### Embed Badge

![Health badge](/badges/footstones-plumber/health.svg)

```
[![Health](https://phpackages.com/badges/footstones-plumber/health.svg)](https://phpackages.com/packages/footstones-plumber)
```

###  Alternatives

[queue-interop/queue-interop

Promoting the interoperability of MQs objects. Based on Java JMS

48130.5M87](/packages/queue-interop-queue-interop)[bschmitt/laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages

2752.3M7](/packages/bschmitt-laravel-amqp)[clue/mq-react

Mini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP

144691.7k4](/packages/clue-mq-react)[davidpersson/beanstalk

Minimalistic PHP client for beanstalkd.

200321.9k8](/packages/davidpersson-beanstalk)[easyswoole/wechat

Coroutine safety WeChat library

8140.8k4](/packages/easyswoole-wechat)[codeages/plumber

A PHP Message Queue Worker.

237.3k1](/packages/codeages-plumber)

PHPackages © 2026

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