simplercode/git-access-layer

Git Access Layer Library

0.0.3 2023-06-13 13:09 UTC

This package is auto-updated.

Last update: 2024-04-14 16:20:00 UTC


README

A library for executing GIT commands from PHP and parsing it's stdout output into PHP structures.

Packagist Version GitHub tag (latest SemVer) GitHub Build Status Coverage Status

installation

Install the package:

composer require simplercode/git-access-layer

And then look at ./examples.