ywarnier/php-git

Simple wrapper for Git

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 42

Open Issues: 0

pkg:composer/ywarnier/php-git

2.0.0 2014-06-14 07:12 UTC

This package is not auto-updated.

Last update: 2025-12-21 11:43:31 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