Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 696 Bytes

File metadata and controls

18 lines (13 loc) · 696 Bytes

git-access-layer

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.