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 1mo 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 13% 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://avatars.githubusercontent.com/u/120325?v=4)[dubcanada](/maintainers/dubcanada)[@dubcanada](https://github.com/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

[fico7489/laravel-revisionable-upgrade

Upgrade for the venturecraft revisionable package, add many useful methods.

5339.9k](/packages/fico7489-laravel-revisionable-upgrade)[heimrichhannot/contao-encore-bundle

This bundle brings deep integration for symfony encore into contao. On the one hand, your can prepare your bundles to define own webpack entries, which added with just one command to your webpack entries. On the other hand, this bundle allows you to add encore entries only on the pages you need them for optimizing your website performance.

1016.6k](/packages/heimrichhannot-contao-encore-bundle)[rumenx/php-chatbot

A modern, framework-agnostic PHP package for adding customizable, AI-powered chat popups to any web application. Includes adapters for Laravel and Symfony, supports multiple AI providers, and is easy to extend.

154.9k1](/packages/rumenx-php-chatbot)

PHPackages © 2026

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