PHPackages                             zarganwar/symfony-event-dispatcher-utils - 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. zarganwar/symfony-event-dispatcher-utils

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

zarganwar/symfony-event-dispatcher-utils
========================================

description

0.2.1(1y ago)2424↓62.5%1proprietaryPHPPHP &gt;=8.0

Since Nov 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/Zarganwar/symfony-event-dispatcher-utils)[ Packagist](https://packagist.org/packages/zarganwar/symfony-event-dispatcher-utils)[ RSS](/packages/zarganwar-symfony-event-dispatcher-utils/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Installation
============

[](#installation)

```
composer require zarganwar/symfony-event-dispatcher-utils

```

Usage
=====

[](#usage)

1. Install this lib
2. Create Subscriber with \_\_invoke method and with typed $event parameter
3. Type of parameter must be a class, interface or union types
4. Declare use Trait from this package
5. Enjoy 😉

Example
=======

[](#example)

```
class CoolSubscriber implements Symfony\Component\EventDispatcher\EventSubscriberInterface
{
    use Zarganwar\SymfonyEventDispatcherUtils\AutoEventSubscriberTrait;

    public function __invoke(CoolEvent $event): void
    {
        // Be Cool
    }

}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

3

Last Release

533d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2104391d837ea66c6936507b546bded99e9f036a5737d6b694712726506bed34?d=identicon)[Zarganwar](/maintainers/Zarganwar)

---

Top Contributors

[![mlazovla](https://avatars.githubusercontent.com/u/2652944?v=4)](https://github.com/mlazovla "mlazovla (5 commits)")[![Zarganwar](https://avatars.githubusercontent.com/u/8614429?v=4)](https://github.com/Zarganwar "Zarganwar (5 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/zarganwar-symfony-event-dispatcher-utils/health.svg)

```
[![Health](https://phpackages.com/badges/zarganwar-symfony-event-dispatcher-utils/health.svg)](https://phpackages.com/packages/zarganwar-symfony-event-dispatcher-utils)
```

PHPackages © 2026

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