particle-academy/fancy-git

Framework-agnostic Git toolkit and normalized provider contracts for PHP.

Maintainers

Package info

github.com/Particle-Academy/fancy-git-php

pkg:composer/particle-academy/fancy-git

Transparency log

Statistics

Installs: 2

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.1 2026-07-18 04:40 UTC

This package is auto-updated.

Last update: 2026-07-18 04:41:04 UTC


README

Framework-agnostic local Git operations and normalized provider contracts.

use FancyGit\GitRepository;

$repository = new GitRepository(getcwd());
$status = $repository->status();

The core uses Symfony Process for safe, portable invocation of the installed Git binary. GitHub, GitLab, and Bitbucket clients live in separate adapter packages.