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

Abandoned → [thereddot/monolog-extra-bundle](/?search=thereddot%2Fmonolog-extra-bundle)ArchivedSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

hexanet/monolog-extra-bundle
============================

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

v3.0.2(7y ago)327.5k↓60%1MITPHPPHP ^7.1.0

Since Sep 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Hexanet/MonologExtraBundle)[ Packagist](https://packagist.org/packages/hexanet/monolog-extra-bundle)[ RSS](/packages/hexanet-monolog-extra-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (7)Versions (10)Used By (0)

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

[](#monologextrabundle)

[![Build Status](https://camo.githubusercontent.com/14189c75ea8dd03a67d77c9b01dd35b4d2d5e37a58e92e88e9e36b59ca5ebdd7/68747470733a2f2f6170692e7472617669732d63692e6f72672f486578616e65742f4d6f6e6f6c6f67457874726142756e646c652e737667)](http://travis-ci.org/Hexanet/MonologExtraBundle) [![Total Downloads](https://camo.githubusercontent.com/31389f197e4719d28a6b2eb6b4dfac033fafd02260c113ddda3aa47b5cb8cb01/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f6d6f6e6f6c6f672d65787472612d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/hexanet/monolog-extra-bundle) [![Latest stable Version](https://camo.githubusercontent.com/27ca2e3412c95d2055884f10f7080c14ecadecbe0aebdb79d916aa028e649bd9/68747470733a2f2f706f7365722e707567782e6f72672f686578616e65742f6d6f6e6f6c6f672d65787472612d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/hexanet/monolog-extra-bundle)

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

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

[](#installation)

### Applications that use Symfony Flex

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

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

```
$ composer require hexanet/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 hexanet/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:

```
