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

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

mrtwenty/flower-client
======================

flower message queue client

0.0.2(4y ago)0531MITPHPPHP &gt;=7.2

Since Jan 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mrtwenty/flower-client)[ Packagist](https://packagist.org/packages/mrtwenty/flower-client)[ RSS](/packages/mrtwenty-flower-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (1)

Flower MQ Client
================

[](#flower-mq-client)

Flower MQ client, you can add this package to your project !

Install
-------

[](#install)

```
composer require mrtwenty/flower-client
```

### demo

[](#demo)

```
# pecl redis
$redis = new \Redis();
$mq    = [
    'name'       => 'mq',
    'delay_name' => 'mq_delay',
];
$client = new Client($redis, $mq);

# add queue
$res = $client->add(['test' => 'data']);
var_dump($res);

# delay add queue
$second = 3;
$res = $client->add(['test' => 'data'], $second);
var_dump($res);
```

Flower MQ Server
----------------

[](#flower-mq-server)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

2

Last Release

1623d ago

PHP version history (2 changes)0.0.1PHP &gt;=7.2.5

0.0.2PHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4883839?v=4)[mrtwenty](/maintainers/mrtwenty)[@mrtwenty](https://github.com/mrtwenty)

---

Top Contributors

[![mrtwenty](https://avatars.githubusercontent.com/u/4883839?v=4)](https://github.com/mrtwenty "mrtwenty (8 commits)")

### Embed Badge

![Health badge](/badges/mrtwenty-flower-client/health.svg)

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.6M31](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6046.3M542](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)[belvg/module-sqs

N/A

1544.6k](/packages/belvg-module-sqs)[bsidev/bitrix-queue

Queues for Bitrix CMS

232.8k](/packages/bsidev-bitrix-queue)[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)
