mediadesk/gitlogger

The Git Commit Logger Laravel Package designed to streamline the process of logging and monitoring Git commits within your Laravel applications.

dev-main 2023-08-13 17:44 UTC

This package is auto-updated.

Last update: 2024-09-13 20:15:42 UTC


README

The Git Commit Callback Logger for Laravel Package designed to streamline the process of logging and monitoring Git commits within your Laravel applications.

Getting Started

Prerequisites

  • Laravel Framework

Installation

You can install the package via composer:

composer require mediadesk/gitlogger

Usage

To utilize the GitLogger, specify the desired service. Currently, it is only available for Bitbucket.

$git_response = (new \Mediadesk\GitLogger\GitLogger('bitbucket'))->get();