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

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

aztech/event-bus
================

Event bus library - core only

v1.1.7(11y ago)06379PHP

Since Aug 28Pushed 11y ago2 watchersCompare

[ Source](https://github.com/event-bus/event-bus)[ Packagist](https://packagist.org/packages/aztech/event-bus)[ RSS](/packages/aztech-event-bus/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (10)Versions (10)Used By (9)

aztech/event-bus
================

[](#aztechevent-bus)

Build status
------------

[](#build-status)

[![Build Status](https://camo.githubusercontent.com/05f128697eddba13fde167db7e79491494fe1a17b856f84b44626272a64754dc/68747470733a2f2f7472617669732d63692e6f72672f617a746563682d6465762f6576656e742d6275732e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/aztech-dev/event-bus)[![Code Coverage](https://camo.githubusercontent.com/e4b71a58aba0f581723e3ed11ef3d6484cc076da718a40332e30941f29e9fe23/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617a746563682d6465762f6576656e742d6275732f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aztech-dev/event-bus/?branch=master)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/ec6a05ba4a0308570af4462b5bffbcbbec25ec3af19a61baa02c95bd87c21781/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f617a746563682d6465762f6576656e742d6275732f6261646765732f7175616c6974792d73636f72652e706e673f733d36363865346466356261313633633830343530343235376434613032366130613534396632323061)](https://scrutinizer-ci.com/g/aztech-dev/event-bus/)[![Dependency Status](https://camo.githubusercontent.com/cb12b4e1b96d5538ba2849553f22736eaf98dd9582b661fcefcf2b202293b4da/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533623932613834363039666630346637663030303030332f62616467652e737667)](https://www.versioneye.com/user/projects/53b92a84609ff04f7f000003)[![HHVM Status](https://camo.githubusercontent.com/2710798aa98db01f1bb029d089eb893eb21007fee2d8c279807b13e9e9de2bce/687474703a2f2f6868766d2e683463632e64652f62616467652f617a746563682f6576656e742d6275732e706e67)](http://hhvm.h4cc.de/package/aztech/event-bus)

Stability
---------

[](#stability)

[![Latest Stable Version](https://camo.githubusercontent.com/f84b7a9047fc8a1db735558b5709942e098492419c90c66be50a76a9e4c89889/68747470733a2f2f706f7365722e707567782e6f72672f617a746563682f6576656e742d6275732f762f737461626c652e706e67)](https://packagist.org/packages/aztech/event-bus)[![Latest Unstable Version](https://camo.githubusercontent.com/f88578288431fc6ca4a62a852994383838b63b04b33d030691e688494e4fdc4c/68747470733a2f2f706f7365722e707567782e6f72672f617a746563682f6576656e742d6275732f762f756e737461626c652e706e67)](https://packagist.org/packages/aztech/event-bus)

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

[](#installation)

### Via Composer

[](#via-composer)

Composer is the only supported way of installing *aztech/event-bus* . Don't know Composer yet ? [Read more about it](https://getcomposer.org/doc/00-intro.md).

`$ composer require "aztech/event-bus":"~1"`

Autoloading
-----------

[](#autoloading)

Add the following code to your bootstrap file :

```
require_once 'vendor/autoload.php';

```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~31 days

Total

9

Last Release

4087d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58d21270e5d40f7ee05bb875b2442496ffd38cec041f7fdcc507b8b040f7e7f8?d=identicon)[thibaud-evaneos](/maintainers/thibaud-evaneos)

---

Top Contributors

[![aztech-dev](https://avatars.githubusercontent.com/u/93562568?v=4)](https://github.com/aztech-dev "aztech-dev (10 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (2 commits)")

---

Tags

eventeventsbusevent busdispatchaztech

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[doctrine/event-manager

The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.

6.1k501.1M114](/packages/doctrine-event-manager)[laminas/laminas-eventmanager

Trigger and listen to events within a PHP application

1.0k69.8M225](/packages/laminas-laminas-eventmanager)[tormjens/eventy

The WordPress filter/action system in Laravel

438912.9k16](/packages/tormjens-eventy)[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[tomaj/hermes

Simple php background processing library

38251.0k5](/packages/tomaj-hermes)[zumba/symbiosis

Symbiosis, event structure for bootstrapping plugins.

1360.4k1](/packages/zumba-symbiosis)

PHPackages © 2026

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