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

ActiveSymfony-bundle[Queues &amp; Workers](/categories/queues)

rybakdigital/queue-bundle
=========================

The Queue Bundle

v1.0.0(7y ago)01.0kMITPHPPHP ^7.1.3

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/rybakdigital/queue-bundle)[ Packagist](https://packagist.org/packages/rybakdigital/queue-bundle)[ RSS](/packages/rybakdigital-queue-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Queue Bundle
============

[](#queue-bundle)

Simple queue bundle for Symfony 4 application

[![Build Status](https://camo.githubusercontent.com/8423a1a8d81387bdb299f4d14edb16d0a7c62f2f65d0450175c3307ac710efb4/68747470733a2f2f7472617669732d63692e6f72672f727962616b6469676974616c2f71756575652d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rybakdigital/queue-bundle)[![CircleCI](https://camo.githubusercontent.com/f17469b67b66a3799b0b4b85cde0ca596d01af286bef1f8d652d4a5a37040d35/68747470733a2f2f636972636c6563692e636f6d2f67682f727962616b6469676974616c2f71756575652d62756e646c652f747265652f6d61737465722e7376673f7374796c653d737667)](https://circleci.com/gh/rybakdigital/queue-bundle/tree/master)

Usage
-----

[](#usage)

Add as a requirement via composer:

```
composer require rybakdigital/queue-bundle

```

Use console command to execute next task from the queue:

```
rybakdigital:queue:worker:do

```

Examples
--------

[](#examples)

```
|-----------------------------------------------------------------------------------------
|  id  | queue    | callable          | method      | options       | data           | ...
|-----------------------------------------------------------------------------------------
|  1   | main     | my.service        | process     | {"a":"b"}     | {"name":"foo"} |
|  2   | my_queue | App\Class\Name    | generate    | {"foo":"bar"} | {"name":"foo"} |
|  3   | main     | my.mailer.service | sendMessage | {"foo":"bar"} | {"name":"foo"} |

```

Execute task from named queue:

```
rybakdigital:queue:worker:do my_queue

```

Will execute next available task from queue thats labeled as my\_queue (task 2). It will call `generate` of `App\Class\Name` class and pass 2 arrays: options and data.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Unknown

Total

1

Last Release

2734d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8177b86c7811c3da8bf828635a8411ed9cdf84006b403c46ff0d10bc88097745?d=identicon)[kris.rybak](/maintainers/kris.rybak)

---

Top Contributors

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

---

Tags

symfonyqueuecron

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[php-amqplib/rabbitmq-bundle

Integrates php-amqplib with Symfony &amp; RabbitMq. Formerly emag-tech-labs/rabbitmq-bundle, oldsound/rabbitmq-bundle.

1.3k20.1M65](/packages/php-amqplib-rabbitmq-bundle)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[webfactory/icu-translation-bundle

Enables ICU message formatting for translations in Symfony applications.

2761.8k](/packages/webfactory-icu-translation-bundle)

PHPackages © 2026

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