Git-report is a package for create simple report im you Laravel application, generate report in cli and html file. With this package you cam know when you or you team are invest time and strength.
This package encourage you follow the Conventional Commits 1.0.0
Therefor, if you want have great experience you git historic must be following Conventional Commits
Try, and, be happy.
composer require tilson/git-report-php --dev
Create report of commits in html
php artisan report:html
Create report of commits in terminal
php artisan report:cli
Filter for author
php artisan git-report:{html|cli} --author="Name Author"
Filter for date
php artisan git-report:{html|cli} --date="YYYY-MM-DD"
Filter for type commits
php artisan git-report:{html|cli} --type="feat|fix|docs|style|refactor|test|chore"