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)07962MITPHPPHP &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 3w ago

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

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 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

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

1367d 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

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[illuminate/log

The Illuminate Log package.

6225.0M602](/packages/illuminate-log)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

84735.1k](/packages/flow-php-flow)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)

PHPackages © 2026

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