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

ActiveLibrary

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

Module for munkireport.

v3.4(6y ago)110.6k↓50%4[1 issues](https://github.com/munkireport/event/issues)MITPHP

Since Nov 19Pushed 2y ago2 watchersCompare

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

READMEChangelog (10)DependenciesVersions (13)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

31

—

LowBetter than 68% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 84.9% 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 ~60 days

Recently: every ~76 days

Total

10

Last Release

2190d 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)")[![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)
```

PHPackages © 2026

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