PHPackages                             tomk79/phpgit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tomk79/phpgit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomk79/phpgit
=============

A Git wrapper for PHP5.3+

0.3.2+tomk79/phpgit(8y ago)18481MITPHPPHP &gt;=5.4.0

Since Jan 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tomk79/PHPGit)[ Packagist](https://packagist.org/packages/tomk79/phpgit)[ RSS](/packages/tomk79-phpgit/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (4)Versions (8)Used By (1)

PHPGit - A Git wrapper for PHP5.3+
==================================

[](#phpgit---a-git-wrapper-for-php53)

`tomk79/phpgit` は、 `kzykhys/git` を fork して変更を加えているものです。

Requirements
------------

[](#requirements)

- PHP5.3
- Git

Installation
------------

[](#installation)

Update your composer.json and run `composer update`

```
{
    "require": {
        "tomk79/phpgit": "dev-master"
    }
}
```

Basic Usage
-----------

[](#basic-usage)

```
