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 1mo ago

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 27% of packages

Maintenance34

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

1576d ago

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

0.0.2PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/f88bbe27d618903ee8a808997bf97a14d8696123493fc102705d3ca28e95ce6d?d=identicon)[mrtwenty](/maintainers/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.3M26](/packages/league-geotools)[amphp/parser

A generator parser to make streaming parsers simple.

14952.8M16](/packages/amphp-parser)[amphp/serialization

Serialization tools for IPC and data storage in PHP.

13451.1M18](/packages/amphp-serialization)[enqueue/enqueue

Message Queue Library

19820.0M56](/packages/enqueue-enqueue)[deliciousbrains/wp-background-processing

WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.

1.1k409.8k6](/packages/deliciousbrains-wp-background-processing)[react/async

Async utilities and fibers for ReactPHP

2238.8M171](/packages/react-async)

PHPackages © 2026

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