PHPackages                             divi/propel-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. [Database &amp; ORM](/categories/database)
4. /
5. divi/propel-logger-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

divi/propel-logger-bundle
=========================

Extended Propel Logger Bundle for Symfony 2 PHP Framework

2.1.x-dev(12y ago)32.1k1MITPHPPHP &gt;=5.3.2

Since Aug 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Divi/PropelLoggerBundle)[ Packagist](https://packagist.org/packages/divi/propel-logger-bundle)[ Docs](https://github.com/Divi/PropelLoggerBundle)[ RSS](/packages/divi-propel-logger-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Propel Logger Bundle
====================

[](#propel-logger-bundle)

This logger show you full queries stacktraces and duplicate queries.
For each stacktrace you can see the inner class/file code.

Prerequisites
-------------

[](#prerequisites)

This version of the bundle requires Symfony `=> 2.2.x`. If you use Symfony `2.1.x`, please switch to the branch `2.1`.
If you use PHP 5.3, please switch on the `php5.3` branch.

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

[](#installation)

### Step 1: Download PropelLoggerBundle using composer

[](#step-1-download-propelloggerbundle-using-composer)

In your composer.json, add PropelLoggerBundle **(only for dev)** :

```
{
    "require-dev": {
        "divi/propel-logger-bundle": "2.2.*@dev"
    }
}
```

Now, you must update your vendors using this command :

```
$ php composer.phar update divi/propel-logger-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle using the AppKernel :

```
