PHP code example of tilson / git-report-php

1. Go to this page and download the library: Download tilson/git-report-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

tilson / git-report-php example snippets

sh
    php artisan report:html
sh
    php artisan report:cli
sh
    php artisan git-report:{html|cli} --author="Name Author"
sh
    php artisan git-report:{html|cli} --date="YYYY-MM-DD"
sh
    php artisan git-report:{html|cli} --type="feat|fix|docs|style|refactor|test|chore"