PHPackages                             innmind/event-bus-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. innmind/event-bus-bundle

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

innmind/event-bus-bundle
========================

Event Bus Bundle

2.0.0(9y ago)0115MITPHPPHP ~7.1

Since Jul 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Innmind/EventBusBundle)[ Packagist](https://packagist.org/packages/innmind/event-bus-bundle)[ Docs](http://github.com/Innmind/EventBusBundle)[ RSS](/packages/innmind-event-bus-bundle/feed)WikiDiscussions develop Synced 4w ago

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

EventBusBundle
==============

[](#eventbusbundle)

`master``develop`[![Scrutinizer Code Quality](https://camo.githubusercontent.com/bb46f13a244fde118ac2edc6dd002870fd8de144e0bc83d0056ee401e39981e1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/ae6b5ba15e855e5d1e458b8ce5a5cf21b31fabebe8be19a80c51013a49e977a4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/?branch=develop)[![Code Coverage](https://camo.githubusercontent.com/7850c7b7b65b5f0cf7988091eb1f236ff5d1a91cba557d463870e3d6bdc3e573/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/850fc4104afe690553d492329025bab3e9da3b447f87f8d7ac866fcbc484537a/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/?branch=develop)[![Build Status](https://camo.githubusercontent.com/47a527d15b5138f4979e71eda3b0ef29ae3770bd228989f41a4e8b28da48183d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/build-status/master)[![Build Status](https://camo.githubusercontent.com/ebc20377e3aea0adce15fda74f8c6f7dc4150cbf5f7ce4fd39ddbade7a18d9c9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f496e6e6d696e642f4576656e7442757342756e646c652f6261646765732f6275696c642e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/Innmind/EventBusBundle/build-status/develop)Symfony integration of `innmind/event-bus` that ease stacking event buses.

Installation
------------

[](#installation)

```
composer require innmind/event-bus-bundle
```

In your `AppKernel.php` add the following line:

```
//app/AppKernel.php

class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Innmind\EventBusBundle\InnmindEventBusBundle,
        );
        // ...
    }
    // ...
}
```

Usage
-----

[](#usage)

```
$container->get('innmind_event_bus')->dispatch(new MyEvent);
```

In order to dispatch your events you need to define the listeners as services with the tag `innmind_event_bus.listener` with the attribte `listen_to` that will contain the command FQCN.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

3

Last Release

3424d ago

Major Versions

1.1.0 → 2.0.02017-02-12

PHP version history (2 changes)1.0.0PHP ~7.0

2.0.0PHP ~7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/851425?v=4)[Baptiste Langlade](/maintainers/Baptouuuu)[@Baptouuuu](https://github.com/Baptouuuu)

---

Top Contributors

[![Baptouuuu](https://avatars.githubusercontent.com/u/851425?v=4)](https://github.com/Baptouuuu "Baptouuuu (12 commits)")

---

Tags

dddevent bus

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/innmind-event-bus-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/innmind-event-bus-bundle/health.svg)](https://phpackages.com/packages/innmind-event-bus-bundle)
```

PHPackages © 2026

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