PHPackages                             linkorb/silex-provider-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/silex-provider-app-event

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

linkorb/silex-provider-app-event
================================

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

v1.0.0(6y ago)0323↓100%MITPHPPHP ^7.1.3

Since Aug 12Pushed 6y ago3 watchersCompare

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

READMEChangelogDependencies (5)Versions (2)Used By (0)

linkorb/silex-provider-app-event-logger
=======================================

[](#linkorbsilex-provider-app-event-logger)

Provides a Monolog logger configured to produce Application Event logs using [linkorb/app-event](https://github.com/linkorb/app-event "linkorb/app-event at GitHub").

Install
-------

[](#install)

Install using composer:

```
$ composer require linkorb/silex-provider-app-event
```

Then register the provider in your app or bootstrap file:

```
// app/app.php or app/bootstrap.php

use LinkORB\AppEventLogger\Provider\AppEventLoggerProvider;
...

$app->register(
    new AppEventLoggerProvider,
    [
        'linkorb_app_event.path' => 'path/to/a/logfile.ndjson',
    ]
);
```

Usage
-----

[](#usage)

```
class LoginController
{
    public function indexAction(Application $app, Request $request)
    {
        ...

        $app['linkorb_app_event.logger']->info('login.success', ['username' => 'lara']);
    }
}
```

Configuration
-------------

[](#configuration)

```
// app/app.php or app/bootstrap.php
$app->register(
    new AppEventLoggerProvider,
    [
        'linkorb_app_event.path' => 'path/to/a/logfile.ndjson',

        // the minimum log level can be changed from the default INFO
        'linkorb_app_event.level' => DEBUG,

        // the TagProcessor will add tags to log records
        'linkorb_app_event.tags' => ['mytag' => null, 'othertag' => 'a-value'],

        // the TokenProcessor, which adds info about the currently
        // authenticated user, can be disabled
        'linkorb_app_event.token_processor' => false,
    ]
);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

2464d ago

### 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 (1 commits)")

### Embed Badge

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

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

###  Alternatives

[rollbar/rollbar

Monitors errors and exceptions and reports them to Rollbar

33723.7M82](/packages/rollbar-rollbar)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[illuminate/log

The Illuminate Log package.

6224.3M518](/packages/illuminate-log)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

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

PHPackages © 2026

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