2017 © Pedro Peláez
 

symfony-bundle git-profiler-bundle

Add Git repository informations into Symfony profiler

image

jdecool/git-profiler-bundle

Add Git repository informations into Symfony profiler

  • Sunday, July 9, 2017
  • by jdecool
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

GitProfilerBundle

Just add Git branch/repository informations into the Symfony profiler., (*1)

Installation

Simply run assuming you have installed composer :, (*2)

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

Configuration

Register the bundle in app/AppKernel.php :, (*3)

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

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

return $bundles;

}, (*5)


Your git binary path is discovered using `which git` where supported but you can specifically set the path via config : ```yaml j_decool_git_profiler: git_binary_path: /usr/local/bin/git

The Versions

09/07 2017

dev-master

9999999-dev

Add Git repository informations into Symfony profiler

  Sources   Download

MIT

The Requires

 

09/07 2017

1.1.0

1.1.0.0

Add Git repository informations into Symfony profiler

  Sources   Download

MIT

The Requires

 

19/05 2016

1.0.0

1.0.0.0

Add Git repository informations into Symfony profiler

  Sources   Download

MIT

The Requires