mediadesk/gitlogger

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

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mediadesk/gitlogger

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

This package is auto-updated.

Last update: 2025-10-13 22:46:35 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();