PHPackages                             halloverden/symfony-messenger-queue-notifications-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. halloverden/symfony-messenger-queue-notifications-bundle

ActiveSymfony-bundle

halloverden/symfony-messenger-queue-notifications-bundle
========================================================

Symfony messenger queue notifications

2.0.2(1y ago)12.1kMITPHPPHP &gt;=8.2

Since May 11Pushed 1y ago4 watchersCompare

[ Source](https://github.com/halloverden/symfony-messenger-queue-notifications-bundle)[ Packagist](https://packagist.org/packages/halloverden/symfony-messenger-queue-notifications-bundle)[ RSS](/packages/halloverden-symfony-messenger-queue-notifications-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (6)Versions (7)Used By (0)

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

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require halloverden/symfony-messenger-queue-notifications-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require halloverden/symfony-messenger-queue-notifications-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    HalloVerden\MessengerQueueNotificationsBundle\HalloVerdenMessengerQueueNotificationsBundle::class => ['all' => true],
];
```

### Step 3: Create and execute migration

[](#step-3-create-and-execute-migration)

The event\_sent table needs to be created. To do this, execute:

```
bin/console doctrine:migrations:diff
# Check if your migration is correct first.
bin/console doctrine:migrations:migrate
```

Documentation
=============

[](#documentation)

The source of the documentation is stored in the `docs/` folder in this bundle:

[Read the documentation](docs/index.md)

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~261 days

Recently: every ~205 days

Total

6

Last Release

516d ago

Major Versions

1.2.0 → 2.0.02024-10-11

PHP version history (3 changes)1.0.0PHP &gt;=7.4

1.1.0PHP &gt;=8.1

2.0.0PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/849015b0be5ad1a1c8aaecb560dd316192468d401d22562fdf685eb75e4106ad?d=identicon)[tomme87](/maintainers/tomme87)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/halloverden-symfony-messenger-queue-notifications-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M648](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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