PHPackages                             invis1ble/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. invis1ble/messenger-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

invis1ble/messenger-bundle
==========================

Symfony Bundle for the Bus and Message Interfaces and Implementations.

v6.1.0(1y ago)0376MITPHPPHP &gt;=8.2CI passing

Since Sep 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Invis1ble/messenger-bundle)[ Packagist](https://packagist.org/packages/invis1ble/messenger-bundle)[ RSS](/packages/invis1ble-messenger-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (8)Versions (25)Used By (0)

MessengerBundle
===============

[](#messengerbundle)

[![CI Status](https://github.com/Invis1ble/messenger-bundle/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/Invis1ble/messenger-bundle/actions/workflows/ci.yml/badge.svg?event=push)[![Code Coverage](https://camo.githubusercontent.com/18fd122679d4457318a8d9988d6c26b78d33e82f644bbbf72bc08630fcefc728/68747470733a2f2f636f6465636f762e696f2f67682f496e76697331626c652f6d657373656e6765722d62756e646c652f67726170682f62616467652e7376673f746f6b656e3d4b37533342584552354b)](https://codecov.io/gh/Invis1ble/messenger-bundle)[![Packagist](https://camo.githubusercontent.com/3bc1083dd6080198f44d8d4234ae55bff6c00124ed8c55928133a9c283ef256f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f496e76697331626c652f6d657373656e6765722d62756e646c652e737667)](https://packagist.org/packages/Invis1ble/messenger-bundle)[![MIT licensed](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](./LICENSE)

The `MessengerBundle` provides integration of the [invis1ble/messenger](https://github.com/Invis1ble/messenger) library into the Symfony framework.

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 invis1ble/messenger-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 invis1ble/messenger-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 [
    // ...
    Invis1ble\MessengerBundle\Invis1bleMessengerBundle::class => ['all' => true],
];
```

Development
-----------

[](#development)

### Getting started

[](#getting-started)

1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
2. Run `docker compose build --no-cache` to build fresh images
3. Run `docker compose up -d --wait` to start the Docker containers
4. Run `docker compose exec php composer install` to install dependencies
5. Run `docker compose down --remove-orphans` to stop the Docker containers.

### Check for Coding Standards violations

[](#check-for-coding-standards-violations)

Run PHP\_CodeSniffer checks:

```
docker compose exec -it php bin/php_codesniffer
```

Run PHP-CS-Fixer checks:

```
docker compose exec -it php bin/php-cs-fixer
```

Testing
-------

[](#testing)

To run Unit tests during development

```
docker compose exec php vendor/bin/phpunit
```

To run with coverage

```
XDEBUG_MODE=coverage docker compose up -d --wait
docker compose exec php vendor/bin/phpunit --coverage-clover var/log/coverage-clover.xml
```

License
-------

[](#license)

[The MIT License](./LICENSE)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance42

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Recently: every ~60 days

Total

23

Last Release

465d ago

Major Versions

v1.0.10 → v2.0.02024-04-30

v2.0.0 → 3.0.02024-05-09

3.1.0 → 4.0.02024-06-01

v4.2.1 → v5.0.02024-06-06

v5.0.0 → v6.0.02024-06-12

PHP version history (2 changes)v1.0.0PHP &gt;=8.1

3.0.0PHP &gt;=8.2

### Community

Maintainers

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

---

Top Contributors

[![Invis1ble](https://avatars.githubusercontent.com/u/1710944?v=4)](https://github.com/Invis1ble "Invis1ble (97 commits)")

---

Tags

commandcommand-buscqrseventevent-busmessage-busmessengerqueryquery-bussymfony-bundleeventquerycommandcommand busevent busSymfony BundleMessengercqrsmessage busquery-bus

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[prooph/service-bus-symfony-bundle

88392.2k3](/packages/prooph-service-bus-symfony-bundle)

PHPackages © 2026

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