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

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

mugoweb/queue-bundle
====================

Queue system for Ibexa

0606PHP

Since Jul 8Pushed 1y ago8 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

You first need to decide which transporter you would like to use. There are several options: For example, you want to use the file system to store the queue, you would need to install the enqueue package for that transporter

`composer require enqueue/fs`

Configure the transporter by either setting the environment variable or directly change the configuration file 'config/packages/enqueue.yaml'

Set the ENQUEUE\_DSN variable to

`ENQUEUE_DSN=file:`

It will store the queue in the system temporary directory.

Commands
========

[](#commands)

```
# To produce messages:
./bin/console mugo:queue:produce

# To process messages:
./bin/console enqueue:transport:consume

# To clear queue:
./bin/console mugo:queue:purge

```

Creating a new Queue
====================

[](#creating-a-new-queue)

Create queue service class
--------------------------

[](#create-queue-service-class)

Configure queue service class
-----------------------------

[](#configure-queue-service-class)

```
  MugoWeb\QueueBundle\Queue\ExampleProcessor:
    tags:
      - { name: 'enqueue.transport.processor', processor: 'example_processor' }

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

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://avatars.githubusercontent.com/u/104094?v=4)[mugo](/maintainers/mugo)[@mugo](https://github.com/mugo)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[league/geotools

Geo-related tools PHP 7.3+ library

1.4k5.5M29](/packages/league-geotools)[illuminate/bus

The Illuminate Bus package.

6045.5M504](/packages/illuminate-bus)[uecode/qpush-bundle

Asynchronous processing for Symfony using Push Queues

1672.5M2](/packages/uecode-qpush-bundle)

PHPackages © 2026

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