GitDebugBundle
Adds useful Git information to the Symfony2 Debug Toolbar
Install / Use
/learn @leek/GitDebugBundleREADME
LeekGitDebugBundle 
Adds useful Git information to the Symfony2 debug toolbar.
Current branch in toolbar (Symfony 2.1)

Branch list in menu

Tag list in menu

Installation (Symfony 2.0.x only)
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:
php bin/vendors install
3. Add the Leek namespace to app/autoload.php:
<?php
// ...
$loader->registerNamespaces(array(
// ...
'Leek' => __DIR__.'/../vendor/bundles',
4. Setup the bundle to load only on your dev or test environment(s) in app/appKernel.php:
<?php
// ...
if (in_array($this->getEnvironment(), array('dev', 'test'))) {
// ...
$bundles[] = new Leek\GitDebugBundle\LeekGitDebugBundle();
That's it! You should now see your current Git branch on the debug toolbar.
Note: A
composer.jsonfile is also provided if you prefer to use Composer. Therequirekey is: leek/git-debug-bundle
Related Skills
node-connect
347.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
347.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
347.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
