The Git Commit Logger Laravel Package designed to streamline the process of logging and monitoring Git commits within your Laravel applications.
mediadesk/gitlogger is a Laravel package for the git commit logger laravel package designed to streamline the process of logging and monitoring git commits within your laravel applications..
It currently has 1 GitHub stars and 1 downloads on Packagist.
Install it with composer require mediadesk/gitlogger.
Discover more Laravel packages by mediadesk
or browse all Laravel packages to compare alternatives.
Last updated
The Git Commit Callback Logger for Laravel Package designed to streamline the process of logging and monitoring Git commits within your Laravel applications.
Prerequisites
You can install the package via composer:
composer require mediadesk/gitlogger
To utilize the GitLogger, specify the desired service. Currently, it is only available for Bitbucket.
$git_response = (new \Mediadesk\GitLogger\GitLogger('bitbucket'))->get();