ywarnier/php-git

Simple wrapper for Git

2.0.0 2014-06-14 07:12 UTC

This package is not auto-updated.

Last update: 2025-06-22 09:05:08 UTC


README

Simple PHP wrapper for Git, forked from sebastianbergmann/git which is no longer maintained.

This wrapper is mostly focused on getting logs from a Git branch, for example to prepare changelog files from commits.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/git

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/git