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

ActiveLibrary

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

Improve laravel listener and register event in database making them restorable

v4.1(5y ago)015.2k↓33.3%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 1mo ago

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 75% 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

2055d ago

Major Versions

v1.17 → v2.02020-03-23

v2.0 → v3.02020-03-24

v3.0 → v4.02020-10-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/2dd11563c30299f3c61e050728740580a889f0b286cd1c7c28f88acc0bcfc5f9?d=identicon)[jeremy379](/maintainers/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

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11120.2M21](/packages/anourvalar-eloquent-serialize)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135192.6k5](/packages/statamic-rad-pack-runway)

PHPackages © 2026

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