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

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

lelivrescolaire/monolog-extra-bundle
====================================

Customize monolog usage in your symfony 2 application.

15.5kPHP

Since Jan 29Pushed 9y ago15 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![LeLivreScolaire](https://camo.githubusercontent.com/3d58b2bb8c35a037b9dba2367fb2eb8881b0c51677f761e157f6c22deebf2ecc/687474703a2f2f70726f66706f7765722e6c656c6976726573636f6c616972652e66722f77702d636f6e74656e742f75706c6f6164732f323031362f30322f4c4f475f4c4c535f466c61742d434d4a4e2d3330306470692d7472616e73706172656e742e706e67)](http://www.lelivrescolaire.fr)

*Monolog Extra Bundle* [![Build Status](https://camo.githubusercontent.com/aa19bde3dde161df47dfba95593d839c2579220f2d5db840179ad8b4af336249/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6c656c6976726573636f6c616972652f4d6f6e6f6c6f67457874726142756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/lelivrescolaire/MonologExtraBundle) [![Coverage Status](https://camo.githubusercontent.com/d7e4d2e3eb365a9d021d1ccc0473db76b7efae4e5bbe2e33ea4e05b7f1f83e56/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6c656c6976726573636f6c616972652f4d6f6e6f6c6f67457874726142756e646c652f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/lelivrescolaire/MonologExtraBundle?branch=master)
=======================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#monolog-extra-bundle--)

Extend your Monolog stack with some missing tools.

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

[](#installation)

```
$ composer require "lelivrescolaire/monolog-extra-bundle:dev-master"
```

AppKernel:

```
public function registerBundles()
{
    $bundles = array(
        new LLS\Bundle\MonologExtraBundle\LLSMonologExtraBundle(),
    );
}
```

Configuration reference
-----------------------

[](#configuration-reference)

```
lls_monolog_extra:
    handlers:           # Create custom handlers
        sqs_handler:
            type: sqs       # Handler using Queue from SQSBundle
            queue: myQueue  # Queue identifier
            level: INFO     # Log level (int or label)
            bubble: true    # Whether or not execute next handlers

monolog:
    handlers:
        sqs:
            type:     service
            id:       lls_monolog_extra.handlers.sqs_handler  # Auto generated service
            priority: 0
```

Read more documentation [here](./Resources/doc/index.md)

Contribution
------------

[](#contribution)

Feel free to send us [Pull Requests](https://github.com/lelivrescolaire/MonologExtraBundle/compare) and [Issues](https://github.com/lelivrescolaire/MonologExtraBundle/issues/new) with your fixs and features.

Run test
--------

[](#run-test)

### Unit tests

[](#unit-tests)

```
$ ./bin/atoum
```

### Coding standards

[](#coding-standards)

```
$ ./bin/coke
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/503767b37485be4af79730c03e2299247c2d72a609027ccf6aebb69613a1950d?d=identicon)[lelivrescolaire](/maintainers/lelivrescolaire)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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