PHPackages                             adt/background-queue-symfony - 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. adt/background-queue-symfony

ActiveLibrary[Queues &amp; Workers](/categories/queues)

adt/background-queue-symfony
============================

Background queue for Symfony using RabbitMQ.

v1.1.2(2y ago)0296MITPHPPHP ^7.4

Since Aug 7Pushed 2y ago4 watchersCompare

[ Source](https://github.com/AppsDevTeam/background-queue-symfony)[ Packagist](https://packagist.org/packages/adt/background-queue-symfony)[ RSS](/packages/adt-background-queue-symfony/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (3)Versions (11)Used By (0)

Background Queue for Symfony using RabbitMQ
===========================================

[](#background-queue-for-symfony-using-rabbitmq)

1.1 Installation
----------------

[](#11-installation)

```
composer require adt/background-queue-symfony

```

1.2 Configuration
-----------------

[](#12-configuration)

```
return [
    ADT\BackgroundQueueSymfony\Bundle\BackgroundQueueBundle::class => ['all' => true]
];
```

```
background_queue:
  callbacks:
    sendEmail: ['@App\Model\Mailer', 'sendEmail']
  notifyOnNumberOfAttempts: 5
  tempDir: '%tmp_dir%'
  locksDir: '%kernel.project_dir%/data/locks'
  connection: '%env(DATABASE_URL)%'
  queue: '%env(PROJECT_NAME)%'
  logger: '@logger'
  onBeforeProcess: ['@App\Model\Database', 'switchDatabase']
  onError: ['ADT\Utils\Guzzle', 'handleException']
  onAfterProcess: ['@App\Model\Database', 'switchDatabaseBack']
```

1.3 RabbitMQ (optional)
-----------------------

[](#13-rabbitmq-optional)

### 1.3.1 Installation

[](#131-installation)

How to install RabbitMQ, check

### 1.3.2 Configuration

[](#132-configuration)

```
background_queue:
  producer: '@ADT\BackgroundQueue\Broker\AmqpLib\Producer'
  waitingJobExpiration: 1000
```

1.4 Documentation
-----------------

[](#14-documentation)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~5 days

Total

10

Last Release

1056d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

symfonyrabbitmqbackground-queue

### Embed Badge

![Health badge](/badges/adt-background-queue-symfony/health.svg)

```
[![Health](https://phpackages.com/badges/adt-background-queue-symfony/health.svg)](https://phpackages.com/packages/adt-background-queue-symfony)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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