ywarnier / php-git
Simple wrapper for Git
2.0.0
2014-06-14 07:12 UTC
Requires
- php: >=5.3.3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-30 14:55:42 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