PHPackages                             sunra/redis-queue-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. sunra/redis-queue-bundle

ActiveLibrary

sunra/redis-queue-bundle
========================

All in one Redis based messages queue and worker supervisor. With GUI on board

12PHP

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/sunra/redis-queue-bundle)[ Packagist](https://packagist.org/packages/sunra/redis-queue-bundle)[ RSS](/packages/sunra-redis-queue-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Redis Queue Bundle for Symfony
==============================

[](#redis-queue-bundle-for-symfony)

All in one Redis based messages queue and worker supervisor. With GUI on board

Usage
-----

[](#usage)

- In Symfony app

Configure redis connection and options service in config.yml

```
snc_redis:
    clients:
        options:
            type: predis
            alias: options
            dsn: redis://localhost/1
            logging: false

services:
    r_options:
        class:        Sunra\RedisOptions
        arguments:    [@snc_redis.options]
```

Installation
------------

[](#installation)

- Use Composer (recommended):

    - add to app's composer.json:

```
"require": {
    "sunra/redis-options":"dev-master"
    },
"repositories": [
        {
            "type": "git",
            "url": "https://github.com/sunra/RedisOptions"
        }
    ],
```

- clone via git

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b66ec3a106b163a290acec0bfcb2261fac0d31f7381ab8885905b699098b82c?d=identicon)[sunra](/maintainers/sunra)

---

Top Contributors

[![sunra](https://avatars.githubusercontent.com/u/635370?v=4)](https://github.com/sunra "sunra (5 commits)")

### Embed Badge

![Health badge](/badges/sunra-redis-queue-bundle/health.svg)

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

PHPackages © 2026

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