PHPackages                             frankdejonge/league-event-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. frankdejonge/league-event-bundle

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

frankdejonge/league-event-bundle
================================

Symfony Bundle for the league/event.

1.0.1(10y ago)041.2k1[2 issues](https://github.com/frankdejonge/league-event-bundle/issues)MITPHPPHP &gt;=5.5

Since Oct 19Pushed 8y agoCompare

[ Source](https://github.com/frankdejonge/league-event-bundle)[ Packagist](https://packagist.org/packages/frankdejonge/league-event-bundle)[ RSS](/packages/frankdejonge-league-event-bundle/feed)WikiDiscussions master Synced 3w ago

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

League Event Bundle for Symfony2
================================

[](#league-event-bundle-for-symfony2)

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

[](#installation)

```
composer require frankdejonge/league-event-bundle

```

Register the bundle:

```
$bundles = array(
    ...
    new FrankDeJonge\LeagueEventBundle\LeagueEventBundle(),
    ...
);
```

Usage
-----

[](#usage)

By default an emitter is registered under the `league_event.emitter` id.

```
$emitter = $container->get('league_event.emitter');
```

Event listeners can be added to the emitter by tagging it with `league_event.emitter`.

```
---
services:
    my_listener:
        class: Some\Listener
        tags:
            - name: league_event.listener
              event: event.name
```

Advanced usage
--------------

[](#advanced-usage)

Register custom emitters with custom listener bindings:

```
---
services:
    my_emitter:
        class: League\Event\Emitter
        tags:
            - name: league_event.emitter
              listener_tag: my_emitter.listener
    my_listener:
        class: My\Awesome\Listener
        tags:
            - name: my_emitter.listener
              event: My\Awesome\DomainEvent
```

Setting priorities is also possible:

```
---
services:
    my_listener:
        class: My\Awesome\Listener
        tags:
            - name: league_event.listener
              event: My\Awesome\DomainEvent
              priority: 9001
```

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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 ~144 days

Total

2

Last Release

3758d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/534693?v=4)[Frank de Jonge](/maintainers/frankdejonge)[@frankdejonge](https://github.com/frankdejonge)

---

Top Contributors

[![frankdejonge](https://avatars.githubusercontent.com/u/534693?v=4)](https://github.com/frankdejonge "frankdejonge (22 commits)")[![JurRutten](https://avatars.githubusercontent.com/u/3736570?v=4)](https://github.com/JurRutten "JurRutten (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/frankdejonge-league-event-bundle/health.svg)

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

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1155.2k](/packages/rcsofttech-audit-trail-bundle)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1615.6k12](/packages/2lenet-crudit-bundle)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3691.3k16](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14114.1k13](/packages/netgen-content-browser)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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