PHPackages                             linkorb/app-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. linkorb/app-event

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

linkorb/app-event
=================

Provides a way for applications to integrate a standard scheme for logging Application Events

v2.0.0(3y ago)0795↓100%1MITPHPPHP &gt;=8.0.3

Since Aug 12Pushed 3y ago3 watchersCompare

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

READMEChangelogDependencies (3)Versions (7)Used By (1)

linkorb/app-event
=================

[](#linkorbapp-event)

This library provides a way for applications to integrate a standard scheme for logging Application Events. Specifically, it provides:

- AppEventFormatter, which:

    - normalises Monolog log records to the structure required for LinkORB Application Events and
    - formats the log records as Newline Delimited JSON (ndjson)
- AppEventLoggerAwareInterface which describes a method (`setAppEventLogger`) by which an Application Event Logger may be injected into services and controllers which need to log Application Events
- AppEventLoggerInterface which describes a method (`log`) by which services may log Application Events
- AppEventLoggerTrait which provides implementations of AppEventLoggerAwareInterface and AppEventLoggerInterface

An example:-

```
class MyService implements AppEventLoggerAwareInterface,
    AppEventLoggerInterface
{
    use AppEventLoggerTrait;

    public function doSomething()
    {
        // ... do something ...
        $this->log('something.was.done', ['some-info' => '...', 'more' => ...]);
    }
}
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~228 days

Recently: every ~281 days

Total

6

Last Release

1322d ago

Major Versions

v1.2.2 → v2.0.02022-09-29

PHP version history (3 changes)v1.0.0PHP ^7.1.3

v1.2.2PHP &gt;=7.1.3

v2.0.0PHP &gt;=8.0.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/19f8d602132a01fd1e79793c91e73aed64ea31f65748096e4120904169027779?d=identicon)[boite](/maintainers/boite)

---

Top Contributors

[![boite](https://avatars.githubusercontent.com/u/989892?v=4)](https://github.com/boite "boite (6 commits)")

### Embed Badge

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

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

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8674.9k](/packages/illuminated-console-logger)[alleyinteractive/logger

A Monolog-based logging tool for WordPress. Supports storing log message in a custom post type or in individual posts and terms.

30297.5k1](/packages/alleyinteractive-logger)

PHPackages © 2026

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