PHPackages                             jdecool/git-profiler-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. jdecool/git-profiler-bundle

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

jdecool/git-profiler-bundle
===========================

Add Git repository informations into Symfony profiler

1.1.0(8y ago)0251MITHTMLPHP &gt;=5.4.0

Since May 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jdecool/GitProfilerBundle)[ Packagist](https://packagist.org/packages/jdecool/git-profiler-bundle)[ RSS](/packages/jdecool-git-profiler-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

GitProfilerBundle
=================

[](#gitprofilerbundle)

Just add Git branch/repository informations into the Symfony profiler.

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

[](#installation)

Simply run assuming you have installed composer :

```
$ php composer.phar require jdecool/git-profiler-bundle "^1.0"
```

Configuration
-------------

[](#configuration)

Register the bundle in `app/AppKernel.php` :

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(/* ... */);

    if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
        // ...
        $bundles[] = new JDecool\Bundle\GitProfilerBundle\JDecoolGitProfilerBundle();
    }

    return $bundles;
}
```

Your git binary path is discovered using `which git` where supported but you can specifically set the path via config :

```
j_decool_git_profiler:
    git_binary_path: /usr/local/bin/git
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~416 days

Total

2

Last Release

3278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a648f4457ad94c2fc48782bded875f3bf051b480fd2fe01eb7654b9fab180e5e?d=identicon)[jdecool](/maintainers/jdecool)

---

Top Contributors

[![benrcole](https://avatars.githubusercontent.com/u/2944207?v=4)](https://github.com/benrcole "benrcole (1 commits)")[![jdecool](https://avatars.githubusercontent.com/u/433926?v=4)](https://github.com/jdecool "jdecool (1 commits)")

### Embed Badge

![Health badge](/badges/jdecool-git-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jdecool-git-profiler-bundle/health.svg)](https://phpackages.com/packages/jdecool-git-profiler-bundle)
```

###  Alternatives

[putyourlightson/craft-blitz

Intelligent static page caching for creating lightning-fast sites.

155480.1k36](/packages/putyourlightson-craft-blitz)[egulias/security-debug-command-bundle

Symfony 2 console commands to debug security

3618.1k](/packages/egulias-security-debug-command-bundle)[juliendidier/buzz-profiler-bundle

A Symfony2 Profiler for Buzz integration

1518.6k](/packages/juliendidier-buzz-profiler-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
