PHPackages                             shippeo/monolog-extra - 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. shippeo/monolog-extra

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

shippeo/monolog-extra
=====================

An extension to Monolog that adds handlers, formatters and processors. Includes integrations for Symfony.

v0.4(4mo ago)081.5k↓18.8%1[1 issues](https://github.com/shippeo/monolog-extra/issues)MITPHPPHP ^7.2||^8.1

Since Oct 31Pushed 4mo ago14 watchersCompare

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

READMEChangelog (4)Dependencies (7)Versions (6)Used By (0)

monolog-extra
=============

[](#monolog-extra)

An extension to Monolog that adds handlers, formatters and processors. Includes integrations for Symfony.

Cookbook symfony
----------------

[](#cookbook-symfony)

### Processor

[](#processor)

#### ApplicationName

[](#applicationname)

Declaration of service `config/services.yaml` with tag `monolog.processor`

```
    Shippeo\Monolog\Processor\ApplicationNameProcessor:
        arguments:
            - '%env(APP_NAME)%'
        tags:
            - { name: 'monolog.processor' }

```

### Formatter

[](#formatter)

#### Gelf

[](#gelf)

Declaration of handler in `config/monolog.yaml`

```
monolog:
    handlers:
        graylog:
            type:   gelf
            level:  info
            publisher: {hostname: '%env(GRAYLOG_HOST)%', port: '%env(GRAYLOG_PORT)%', chunk_size: 0}
            formatter: App\Log\GelfMessageFormatter

```

Declaration of service in `config/services.yaml`

```
    Shippeo\Monolog\Formatter:
        - '%env(GRAYLOG_TOKEN)%'

```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity29

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~872 days

Total

4

Last Release

140d ago

PHP version history (2 changes)v0.1PHP ^7.2

v0.3PHP ^7.2||^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/696c99646e28c6af9126e354a5709b1e6713fed6719f93ff132250a1224b0441?d=identicon)[david\_barre](/maintainers/david_barre)

---

Top Contributors

[![melvis-lr](https://avatars.githubusercontent.com/u/73788504?v=4)](https://github.com/melvis-lr "melvis-lr (3 commits)")[![roukmoute](https://avatars.githubusercontent.com/u/2140469?v=4)](https://github.com/roukmoute "roukmoute (2 commits)")[![johnduro](https://avatars.githubusercontent.com/u/6706015?v=4)](https://github.com/johnduro "johnduro (1 commits)")[![Kleinast](https://avatars.githubusercontent.com/u/2306947?v=4)](https://github.com/Kleinast "Kleinast (1 commits)")[![MathieM](https://avatars.githubusercontent.com/u/7355706?v=4)](https://github.com/MathieM "MathieM (1 commits)")[![muamadev](https://avatars.githubusercontent.com/u/25924584?v=4)](https://github.com/muamadev "muamadev (1 commits)")

---

Tags

logpsr-3logging

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/shippeo-monolog-extra/health.svg)

```
[![Health](https://phpackages.com/badges/shippeo-monolog-extra/health.svg)](https://phpackages.com/packages/shippeo-monolog-extra)
```

###  Alternatives

[monolog/monolog

Sends your logs to files, sockets, inboxes, databases and various web services

21.4k964.9M7.0k](/packages/monolog-monolog)[analog/analog

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

3451.5M24](/packages/analog-analog)[inpsyde/wonolog

Monolog-based logging package for WordPress.

183617.9k7](/packages/inpsyde-wonolog)[hedii/laravel-gelf-logger

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

1333.4M10](/packages/hedii-laravel-gelf-logger)[apix/log

Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.

511.0M18](/packages/apix-log)[nvanheuverzwijn/monolog-logdna

Mezmo/Logdna handler for Monolog

21231.3k2](/packages/nvanheuverzwijn-monolog-logdna)

PHPackages © 2026

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