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

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

allears/event
=============

Very very very simple event listener/caller.

111PHP

Since Apr 9Pushed 13y ago1 watchersCompare

[ Source](https://github.com/dubcanada/all_ears)[ Packagist](https://packagist.org/packages/allears/event)[ RSS](/packages/allears-event/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

All Ears Everyone!
==================

[](#all-ears-everyone)

Very simple event listener/caller based on

### Subscribing to an event

[](#subscribing-to-an-event)

```
Event::listen('user.login', function($user)
{
    $user->last_login = new DateTime;

    $user->save();
});

```

### Firing an event

[](#firing-an-event)

```
$event = Event::fire('user.login', array($user));

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/78399bd29862e63ef818561f9ad12290f31a9fb9b674897eca3e6e1c734d639c?d=identicon)[dubcanada](/maintainers/dubcanada)

---

Top Contributors

[![dubcanada](https://avatars.githubusercontent.com/u/120325?v=4)](https://github.com/dubcanada "dubcanada (1 commits)")

### Embed Badge

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

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

###  Alternatives

[philperusse/nova-tooltip-field

A Laravel Nova field.

10246.0k](/packages/philperusse-nova-tooltip-field)[beholdr/filament-trilist

Filament plugin that adds components for working with tree data: treeselect and treeview

1120.6k](/packages/beholdr-filament-trilist)

PHPackages © 2026

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