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

AbandonedArchivedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

thereddot/monolog-extra-bundle
==============================

Symfony bundle with extra processors and logger to log request/response

v4.2.1(5y ago)241.6kMITPHPPHP &gt;=7.1.0

Since Sep 7Pushed 5y ago2 watchersCompare

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

READMEChangelog (7)Dependencies (8)Versions (17)Used By (0)

MonologExtraBundle
==================

[](#monologextrabundle)

**❗ This package is abandoned and no longer actively maintained.**

[![Total Downloads](https://camo.githubusercontent.com/0b951413c2e214f5b7d719fc82c615cc6cdf732f315f825b9f6e7c2ce8f8f400/68747470733a2f2f706f7365722e707567782e6f72672f546865526564446f742f6d6f6e6f6c6f672d65787472612d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/TheRedDot/monolog-extra-bundle) [![Latest stable Version](https://camo.githubusercontent.com/a935e891a69b04c6a2a260c90f3e02975150e6671a2383a8433613cfadfc08af/68747470733a2f2f706f7365722e707567782e6f72672f546865526564446f742f6d6f6e6f6c6f672d65787472612d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/TheRedDot/monolog-extra-bundle)

Symfony bundle with extra processors and logger to log request/response/command.

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

[](#installation)

### Applications that use Symfony Flex

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require thereddot/monolog-extra-bundle
```

### Applications that don't use Symfony Flex

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require thereddot/monolog-extra-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
