Simple PHP wrapper for Git
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-07-24 01:41:35 +01:00
src Add support for login. 2014-07-24 01:41:35 +01:00
.gitignore * Rename SebastianBergmann\Git to SebastianBergmann\Git\Git 2014-06-14 08:54:06 +02:00
build.xml Cleanup 2014-05-07 08:31:48 +02:00
composer.json Update composer.json 2014-07-23 21:41:49 +01:00
LICENSE Cleanup 2014-05-07 08:31:48 +02:00
README.md Cleanup 2014-05-07 08:31:48 +02:00

Git

Simple PHP wrapper for Git.

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on sebastian/git to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on Git 1.0:

{
    "require": {
        "sebastian/git": "1.0.*"
    }
}