darkikim / git-helper
Add some git informations to Symfony profiler
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.4
- symfony/framework-bundle: ^5.2
This package is auto-updated.
Last update: 2025-08-08 21:10:29 UTC
README
Notes
This bundle is a little tool that sometimes help to see who append and when happened the last commit pushed to the current branch.
Minimal Symfony compatibility : 5.2
Installation
composer require darkikim/git-helper
Add this amazing bundle to bundle.php
If you don't have Symfony Flex :
// config/bundles.php return [ //... Kikim\GitHelper\GitHelperBundle::class => ['dev' => true], //... ];
See for yourself in the Symfony Toolbar this amazing bundle !