PHPackages                             sweikenb/redis-mq-bundle - 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. [Caching](/categories/caching)
4. /
5. sweikenb/redis-mq-bundle

ActiveBundle[Caching](/categories/caching)

sweikenb/redis-mq-bundle
========================

Simple REDIS based message queue

1.0.2(12y ago)116MITPHP

Since Mar 1Pushed 5y agoCompare

[ Source](https://github.com/sweikenb/RedisMQBundle)[ Packagist](https://packagist.org/packages/sweikenb/redis-mq-bundle)[ RSS](/packages/sweikenb-redis-mq-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

RedisMQBundle
=============

[](#redismqbundle)

Simple REDIS based message queue.

---

[![SensioLabsInsight](https://camo.githubusercontent.com/a95e0cc276611e7234ead9796873f2c0c958026d6b80d98b55efe7ababfec97e/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f31306631333737662d346565622d346136312d613834652d3464666532336531363838352f6d696e692e706e67)](https://insight.sensiolabs.com/projects/10f1377f-4eeb-4a61-a84e-4dfe23e16885)

Installation
============

[](#installation)

Add the following dependency to your `composer.json` file:

```
  "require": {
    // ...
    "sweikenb/redis-mq-bundle": "~1.0"
  }
```

Active the bundle in your `app/AppKernel.php` file:

```
  $bundles = array(
    // ...
    new Sweikenb\Bundle\RedisMQBundle\SweikenbRedisMQBundle(),
  );
```

Configuration
=============

[](#configuration)

As described in the example section, this bundle comes with an default service which uses the default\_client connection of the snc redis bundle. If you wish to modify this, you simply can add you own service with an custom client:

```

```

Example usage
=============

[](#example-usage)

You will finde two example commands in this bundle:

- sweikenb:redismq:example:write
- sweikenb:redismq:example:read

They will use the default redis client provided by the redis bundle (`snc_redis.default_client`) and read/wirte some messages into the queue as long as you don't kill the commands (`ctrl` + `c`).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

5

Last Release

4498d ago

Major Versions

0.1.1 → 1.0.02014-03-01

### Community

Maintainers

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

---

Top Contributors

[![sweikenb](https://avatars.githubusercontent.com/u/366399?v=4)](https://github.com/sweikenb "sweikenb (10 commits)")

---

Tags

messageredisqueueMQmessagequeue

### Embed Badge

![Health badge](/badges/sweikenb-redis-mq-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sweikenb-redis-mq-bundle/health.svg)](https://phpackages.com/packages/sweikenb-redis-mq-bundle)
```

###  Alternatives

[pdffiller/qless-php

PHP Bindings for qless

29113.7k1](/packages/pdffiller-qless-php)[mjphaynes/php-resque

Redis backed library for creating background jobs and processing them later.

225200.7k2](/packages/mjphaynes-php-resque)[spinx/sidekiq-job-php

Push and schedule jobs to Sidekiq from PHP

37231.4k](/packages/spinx-sidekiq-job-php)[kevindees/laravel-redis-queue

Redis queue managment for laravel.

1634.1k](/packages/kevindees-laravel-redis-queue)

PHPackages © 2026

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