PHPackages                             epii/tiny-mq-sdk - 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. epii/tiny-mq-sdk

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

epii/tiny-mq-sdk
================

一个超级简单的消息队列 tiny-mq 的client sdk。

0.0.3(7y ago)112MITPHPPHP &gt;=5.6

Since Mar 21Pushed 7y ago1 watchersCompare

[ Source](https://github.com/epaii/epii-mq-sdk)[ Packagist](https://packagist.org/packages/epii/tiny-mq-sdk)[ RSS](/packages/epii-tiny-mq-sdk/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

添加任务

```
require_once __DIR__ . "/vendor/autoload.php";
$client = new \epii\mq\client\driver\local_cli("php", "/Volumes/BOOTCAMP/php/phpworkspace/fayuan/crontab-scripts/root.php", __DIR__ . "/cache");
\epii\mq\client\MqClient::init($client) ;

\epii\mq\client\MqClient::add_push("ceshi", "php /Volumes/BOOTCAMP/php/phpworkspace/epii-composer-libs/epii-mq-sdk/test/test.php ".time().":".rand(1,10000), time());
$ret = \epii\mq\client\MqClient::add_submit() ;
var_dump($ret->isSuccess());
var_dump($ret->getMsg());

```

任务完成

```
require_once __DIR__ . "/vendor/autoload.php";
$client = new \epii\mq\client\driver\local_cli("php", "/Volumes/BOOTCAMP/php/phpworkspace/fayuan/crontab-scripts/root.php", __DIR__ . "/cache");
\epii\mq\client\MqClient::init($client);

$ret = \epii\mq\client\MqClient::finish("0000");
var_dump($ret->isSuccess());
var_dump($ret->getMsg());
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

2653d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fe8c6a6a5b64efc9fcda02b7fe3b660d0da22ea26ea627cbba9e5466779198c?d=identicon)[epii](/maintainers/epii)

---

Top Contributors

[![epaii](https://avatars.githubusercontent.com/u/15167976?v=4)](https://github.com/epaii "epaii (7 commits)")

### Embed Badge

![Health badge](/badges/epii-tiny-mq-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/epii-tiny-mq-sdk/health.svg)](https://phpackages.com/packages/epii-tiny-mq-sdk)
```

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M30](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M508](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[jayazhao/think-queue-rabbitmq

为 ThinkPHP5.1 队列增加 RabbitMQ 驱动

141.5k](/packages/jayazhao-think-queue-rabbitmq)[mayconbordin/l5-stomp-queue

Stomp Queue Driver for Laravel 5

121.1k](/packages/mayconbordin-l5-stomp-queue)

PHPackages © 2026

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