PHPackages                             wakeonweb/gelf-extra-logger-bundle - 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. wakeonweb/gelf-extra-logger-bundle

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

wakeonweb/gelf-extra-logger-bundle
==================================

WakeOnWeb Gelf extra logger

v1.0.0(7y ago)0236mitPHPPHP &gt;=7.0

Since Nov 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/WakeOnWeb/gelf-extra-logger-bundle)[ Packagist](https://packagist.org/packages/wakeonweb/gelf-extra-logger-bundle)[ Docs](https://github.com/WakeOnWeb/gelf-extra-logger-bundle)[ RSS](/packages/wakeonweb-gelf-extra-logger-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Wakeonweb Gelf Extra Logger Bundle
==================================

[](#wakeonweb-gelf-extra-logger-bundle)

Add a processor to monolog to append dynamic extra fields.

Installation
------------

[](#installation)

Composer.json

```
"wakeonweb/gelf-extra-logger-bundle": "^1.0",

```

config/bundles.php

```
    Wakeonweb\GelfExtraLogger\WakeonwebGelfExtraLoggerBundle::class => ['all' => true],

```

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

[](#configuration)

config/packages/wakeonweb\_gelf\_extra\_logger.yaml

```
wakeonweb_gelf_extra_logger:
    extra_fields:
        my_extra_field: '%env(resolve:MY_EXTRA_ENV_VAR)%'
        my_other_field: 'foo'

```

Then configure your monolog to use gelf handler:

```
#This is an example, use fingers_crossed in prod enviroment !
monolog:
    handlers:
        gelf:
            type: gelf
            publisher:
                hostname: "..."
                port: "..."
            level: debug

```

It'll add `my_extra_field` and `my_other_field` at the root of the record in gelf destination.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

2772d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47c3006a9e7662031ee9d3fa064238fef88479fd7d60f18dd47f038fbbd7dc5a?d=identicon)[steph\_py](/maintainers/steph_py)

---

Top Contributors

[![stephpy](https://avatars.githubusercontent.com/u/232744?v=4)](https://github.com/stephpy "stephpy (1 commits)")

---

Tags

logmonologgelf

### Embed Badge

![Health badge](/badges/wakeonweb-gelf-extra-logger-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wakeonweb-gelf-extra-logger-bundle/health.svg)](https://phpackages.com/packages/wakeonweb-gelf-extra-logger-bundle)
```

###  Alternatives

[analog/analog

Fast, flexible, easy PSR-3-compatible PHP logging package with dozens of handlers.

3511.6M24](/packages/analog-analog)[hedii/laravel-gelf-logger

A Laravel package to send logs to a gelf compatible backend like graylog

1353.6M11](/packages/hedii-laravel-gelf-logger)[theorchard/monolog-cascade

Monolog extension to configure multiple loggers in the blink of an eye and access them from anywhere

1482.2M9](/packages/theorchard-monolog-cascade)[inpsyde/wonolog

Monolog-based logging package for WordPress.

184631.3k7](/packages/inpsyde-wonolog)[logtail/monolog-logtail

Logtail handler for Monolog

233.5M3](/packages/logtail-monolog-logtail)[inpsyde/logzio-monolog

Logz.io integration for Monolog

181.2M1](/packages/inpsyde-logzio-monolog)

PHPackages © 2026

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