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

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

munkireport/event
=================

Module for munkireport.

v3.6(1mo ago)111.2k↑239.3%4[1 issues](https://github.com/munkireport/event/issues)MITPHP

Since Nov 19Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/munkireport/event)[ Packagist](https://packagist.org/packages/munkireport/event)[ RSS](/packages/munkireport-event/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)DependenciesVersions (15)Used By (0)

Event module
============

[](#event-module)

Provides client messages which can come from report\_broken\_client or other scripts

The table provides the following information:

- type (string) Use one of 'danger', 'warning', 'info' or 'success'
- module (string) The name of the reporting module
- msg (string) a localized message identifier (will be rendered by i18n)
- data (string) optional data to add to the message
- timestamp (int) UNIX timestamp

Remarks
-------

[](#remarks)

- Every module can only store one message. So you should only store the most relevant one.
- A newer message will overwrite the previous message.
- The content of the event table will be used to render events in a widget or send notifications

There's no client component to this module, it should be invoked by other modules.

### Configuration file:

[](#configuration-file)

If you want to filter out certain modules or certain type of events within modules, you can use a YAML config file. The file is loaded by default from:

`local/module_configs/event.yml`

You can override this file location by specifying the following variable:

`EVENT_CONFIG_PATH=/path/to/wherever/config.yml`

#### Example 1:

[](#example-1)

```
filter:
    diskreport:

```

This will filter out all `diskreport` messages

#### Example 2:

[](#example-2)

```
filter:
    diskreport:
    munkireport:
      - warnings

```

This will also filter out all `munkireport` messages of the type `warnings`

The available types for filtering are `danger`, `warning`, `success` and `info`.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance71

Regular maintenance activity

Popularity28

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~249 days

Recently: every ~567 days

Total

12

Last Release

43d ago

Major Versions

v1.2 → v2.02019-06-25

v2.2 → v3.02019-07-16

### Community

Maintainers

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

---

Top Contributors

[![bochoven](https://avatars.githubusercontent.com/u/1429002?v=4)](https://github.com/bochoven "bochoven (45 commits)")[![mosen](https://avatars.githubusercontent.com/u/316108?v=4)](https://github.com/mosen "mosen (5 commits)")[![tuxudo](https://avatars.githubusercontent.com/u/13306723?v=4)](https://github.com/tuxudo "tuxudo (2 commits)")[![joncrain](https://avatars.githubusercontent.com/u/5123982?v=4)](https://github.com/joncrain "joncrain (1 commits)")[![ofirgalcon](https://avatars.githubusercontent.com/u/16665880?v=4)](https://github.com/ofirgalcon "ofirgalcon (1 commits)")[![poundbangbash](https://avatars.githubusercontent.com/u/1416288?v=4)](https://github.com/poundbangbash "poundbangbash (1 commits)")

### Embed Badge

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

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

###  Alternatives

[butschster/cron-expression-generator

Cron expression generator

511.8M3](/packages/butschster-cron-expression-generator)[fg/parkour

A collection of utilities to manipulate arrays.

15501.7k3](/packages/fg-parkour)[artisaninweb/laravel-enum

A provider for Enums in Laravel.

1189.0k](/packages/artisaninweb-laravel-enum)[rami/seo-bundle

All in One Symfony Seo Bundle

341.9k](/packages/rami-seo-bundle)

PHPackages © 2026

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