PHPackages                             gephart/event-manager - 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. gephart/event-manager

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

gephart/event-manager
=====================

Gephart Event Manager Component

0.5.1(4y ago)06223MITPHPPHP &gt;=7.1

Since Feb 11Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (10)Used By (3)

Gephart Event Manager
=====================

[](#gephart-event-manager)

[![php](https://github.com/gephart/event-manager/actions/workflows/php.yml/badge.svg?branch=master)](https://github.com/gephart/event-manager/actions)

Dependencies
------------

[](#dependencies)

- PHP &gt;= 7.1

Instalation
-----------

[](#instalation)

```
composer require gephart/event-manager

```

Using
-----

[](#using)

Basic using:

```
$listener1 = function () { echo "Hello"; };
$listener2 = function () { echo "World"; };

$event_manager->attach("my.event", $listener1, 200);
$event_manager->attach("my.event", $listener2, 100);

$event_manager->trigger("my.event"); // HelloWorld
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Recently: every ~479 days

Total

9

Last Release

1465d ago

PHP version history (2 changes)0.1PHP &gt;=7.0

0.4PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1405383?v=4)[Michal Katuščák](/maintainers/MichalKatuscak)[@MichalKatuscak](https://github.com/MichalKatuscak)

---

Top Contributors

[![MichalKatuscak](https://avatars.githubusercontent.com/u/1405383?v=4)](https://github.com/MichalKatuscak "MichalKatuscak (19 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gephart-event-manager/health.svg)

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

###  Alternatives

[remotelyliving/doorkeeper

A Feature Toggle

1637.5k](/packages/remotelyliving-doorkeeper)[lexik/cron-file-generator-bundle

This bundle provides service for generate cron file

236.3k](/packages/lexik-cron-file-generator-bundle)

PHPackages © 2026

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