PHPackages                             alpari/messenger-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. alpari/messenger-bundle

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

alpari/messenger-bundle
=======================

Integrates symfony/messenger component into symfony 2.7+

v1.0.0(7y ago)25911MITPHPPHP ~7.1

Since Nov 7Pushed 7y ago2 watchersCompare

[ Source](https://github.com/alpari-tech/messenger-bundle)[ Packagist](https://packagist.org/packages/alpari/messenger-bundle)[ RSS](/packages/alpari-messenger-bundle/feed)WikiDiscussions master Synced 2w ago

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

Messenger-bundle backport for Symfony 2.7+
==========================================

[](#messenger-bundle-backport-for-symfony-27)

[![Build Status](https://camo.githubusercontent.com/7e1a4f79ce7aa0e909d1c13459568f9f3091b610af9f6676474f15fae628bb24/68747470733a2f2f7472617669732d63692e6f72672f616c706172692d746563682f6d657373656e6765722d62756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alpari-tech/messenger-bundle)

Bundle for [Messenger](https://github.com/symfony/messenger) component backported for Symfony 2.7+ and &lt;4.1 from Symfony 4.1's FrameworkBundle. The main difference with original bundle is that configuration must be set under `messenger` section instead of `framework` section in Symfony 4.1+.

This version of the Bundle uses 4.1+ version of the [symfony/messenger](https://github.com/symfony/messenger) component.

Usage
=====

[](#usage)

Install the bundle using composer:

```
composer require alpari/messenger-bundle

```

Register the bundle in your AppKernel class:

```
public function registerBundles()
{
    $bundles = array(
        // ...
        new \Symfony\Bundle\MessengerBundle\MessengerBundle(),
    );
}
```

Original bundle features are well-described in [symfony documentation](https://symfony.com/doc/4.1/messenger.html).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

2792d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19711676?v=4)[Alpari](/maintainers/Alpari)[@Alpari](https://github.com/Alpari)

---

Top Contributors

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

---

Tags

backportsymfony-bundlesymfony-messenger

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alpari-messenger-bundle/health.svg)

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

###  Alternatives

[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)

PHPackages © 2026

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