PHPackages                             leek/git-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. leek/git-debug-bundle

AbandonedArchivedSymfony-bundle[Debugging &amp; Profiling](/categories/debugging)

leek/git-debug-bundle
=====================

Adds useful Git information to the Symfony2 Debug Toolbar

0.1.5(14y ago)2317.5k7[1 issues](https://github.com/leek/GitDebugBundle/issues)MITPHPPHP &gt;=5.3.2

Since Jan 31Pushed 10y ago2 watchersCompare

[ Source](https://github.com/leek/GitDebugBundle)[ Packagist](https://packagist.org/packages/leek/git-debug-bundle)[ Docs](https://github.com/leek/GitDebugBundle)[ RSS](/packages/leek-git-debug-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

LeekGitDebugBundle ![Maintenance](https://camo.githubusercontent.com/b2ae6d8f9809f2f886259af062cd02554053c95129c548e938ff4e88093ee2ee/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7374696c6c5f6d61696e7461696e65642d6e6f2d7265642e7376673f7374796c653d666c6174)
============================================================================================================================================================================================================================================================================================

[](#leekgitdebugbundle-)

Adds useful Git information to the Symfony2 debug toolbar.

##### Current branch in toolbar (Symfony 2.1)

[](#current-branch-in-toolbar-symfony-21)

[![Example Toolbar](https://camo.githubusercontent.com/1321b34fed6d9216fe3012f8bbed54534f50c1fc35050c72a7dfe2c68b9e128a/687474703a2f2f692e696d6775722e636f6d2f5361367a302e706e67)](https://camo.githubusercontent.com/1321b34fed6d9216fe3012f8bbed54534f50c1fc35050c72a7dfe2c68b9e128a/687474703a2f2f692e696d6775722e636f6d2f5361367a302e706e67)

##### Branch list in menu

[](#branch-list-in-menu)

[![Example Menu #1](https://camo.githubusercontent.com/9ecb1412309f380455833b44438d4e6cf4f284c7dac813c28c5163ca4ecda10e/687474703a2f2f692e696d6775722e636f6d2f4137715a6b2e706e67)](https://camo.githubusercontent.com/9ecb1412309f380455833b44438d4e6cf4f284c7dac813c28c5163ca4ecda10e/687474703a2f2f692e696d6775722e636f6d2f4137715a6b2e706e67)

##### Tag list in menu

[](#tag-list-in-menu)

[![Example Menu #2](https://camo.githubusercontent.com/643a30a19ccef8bc677d7c89ba9d354356fe50399314a16efed812c6ccf37e00/687474703a2f2f692e696d6775722e636f6d2f68457373352e706e67)](https://camo.githubusercontent.com/643a30a19ccef8bc677d7c89ba9d354356fe50399314a16efed812c6ccf37e00/687474703a2f2f692e696d6775722e636f6d2f68457373352e706e67)

Installation **(Symfony 2.0.x only)**
-------------------------------------

[](#installation-symfony-20x-only)

##### 1. Add the following to your `deps` file:

[](#1-add-the-following-to-your-deps-file)

```
    [LeekGitDebugBundle]
        git=git://github.com/leek/GitDebugBundle.git
        target=bundles/Leek/GitDebugBundle
        version=origin/2.0
```

##### 2. Run the vendors install script:

[](#2-run-the-vendors-install-script)

```
php bin/vendors install

```

##### 3. Add the `Leek` namespace to `app/autoload.php`:

[](#3-add-the-leek-namespace-to-appautoloadphp)

```
