darkikim / git-helper
Add some git informations to Symfony profiler
dev-master
2021-11-08 12:59 UTC
Requires
- php: >=7.4
- symfony/framework-bundle: ^5.2
This package is auto-updated.
Last update: 2026-04-08 22:42:44 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 !