PHPackages                             system/events - 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. system/events

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

system/events
=============

Events system for events dispatch control

1.0.3(2y ago)0551NPOSL-3.0PHPPHP &gt;=5.4.0

Since Dec 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/maniakalen/Events)[ Packagist](https://packagist.org/packages/system/events)[ RSS](/packages/system-events/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (4)DependenciesVersions (5)Used By (1)

Simple events system
====================

[](#simple-events-system)

Extend Dispatcher class to add events support to your objects.

Attach event handlers with

```
$object->on('event_name', )
```

Execute handlers with

```
$object->trigger('event_name', $event)
```

You can also detach event by using

```
$object->off('event_name', )
```

PHP System Event engine

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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

Total

4

Last Release

757d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4747524?v=4)[Petar Georgiev](/maintainers/maniakalen)[@maniakalen](https://github.com/maniakalen)

---

Top Contributors

[![maniakalen](https://avatars.githubusercontent.com/u/4747524?v=4)](https://github.com/maniakalen "maniakalen (14 commits)")

---

Tags

php

### Embed Badge

![Health badge](/badges/system-events/health.svg)

```
[![Health](https://phpackages.com/badges/system-events/health.svg)](https://phpackages.com/packages/system-events)
```

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21623.4k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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