PHPackages                             sidus/doctrine-debug-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. sidus/doctrine-debug-bundle

ActiveLibrary[Database &amp; ORM](/categories/database)

sidus/doctrine-debug-bundle
===========================

Adds stack trace to Doctrine queries in Symfony profiler

v1.0.2(7y ago)20431.6k↓23.3%51MITHTML

Since Nov 7Pushed 2y ago4 watchersCompare

[ Source](https://github.com/VincentChalnot/DoctrineDebugBundle)[ Packagist](https://packagist.org/packages/sidus/doctrine-debug-bundle)[ Docs](https://github.com/VincentChalnot/SidusDoctrineDebugBundle)[ RSS](/packages/sidus-doctrine-debug-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (1)

Sidus/DoctrineDebugBundle Documentation
=======================================

[](#sidusdoctrinedebugbundle-documentation)

Introduction
------------

[](#introduction)

This bundle adds a stack trace to each doctrine query in the profiler.

[![Example](Resources/documentation/exemple.png)](Resources/documentation/exemple.png)

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

[](#installation)

### Require the bundle with composer:

[](#require-the-bundle-with-composer)

```
$ composer require sidus/doctrine-debug-bundle "~1.0"
```

### Add the bundle to AppKernel.php

[](#add-the-bundle-to-appkernelphp)

```
