PHPackages                             be-park/eventer - 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. be-park/eventer

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

be-park/eventer
===============

Improve laravel listener and register event in database making them restorable

v4.1(5y ago)015.9k↓76.7%MITPHP

Since Jul 3Pushed 5y ago2 watchersCompare

[ Source](https://github.com/BePark/eventer)[ Packagist](https://packagist.org/packages/be-park/eventer)[ RSS](/packages/be-park-eventer/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (1)Versions (6)Used By (0)

Laravel event and listener upgrade
==================================

[](#laravel-event-and-listener-upgrade)

- This package improve the way laravel manage his listener to be able to listen on parent class of the event
- This package allow storing the event in the database in order to make them restorable

Installation
------------

[](#installation)

Add an Extends from `Bepark\Eventer\EventServiceProvider` to the event provider class `App\Provider\EventServiceProvider`

With just this installation the event will be saved in your database.

You can also publish the config file `php artisan vendor:publish --provider="Bepark\Eventer\AppServiceProvider"`. You'll be able to set listen\_on\_eloquent to also store all eloquent event generated by Laravel

Listen on parent class
----------------------

[](#listen-on-parent-class)

You can listen on the parent class of the triggered event by using the EventHelper. Check the StorableEventListener to see how it works.

`listenWithChildren()` will start listening on all event and will call the listener when it match.

Call it in the subscribe() method of your listener

```
EventHelper::listenWithChildren(Dispatcher $event, , 'ListenerClass@method');

```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~114 days

Total

5

Last Release

2101d ago

Major Versions

v1.17 → v2.02020-03-23

v2.0 → v3.02020-03-24

v3.0 → v4.02020-10-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5048337?v=4)[Dillenbourg Jérémy](/maintainers/jeremy379)[@jeremy379](https://github.com/jeremy379)

![](https://avatars.githubusercontent.com/u/52312142?v=4)[BotBepark](/maintainers/BotBepark)[@BotBepark](https://github.com/BotBepark)

---

Top Contributors

[![jeremy379](https://avatars.githubusercontent.com/u/5048337?v=4)](https://github.com/jeremy379 "jeremy379 (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/be-park-eventer/health.svg)

```
[![Health](https://phpackages.com/badges/be-park-eventer/health.svg)](https://phpackages.com/packages/be-park-eventer)
```

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

592.7k2](/packages/crumbls-layup)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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