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 today

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

Maturity50

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

1011d 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

[php-amqplib/rabbitmq-bundle

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

1.3k20.9M68](/packages/php-amqplib-rabbitmq-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M568](/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.

1189.8k](/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.

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

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.7k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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