Author: James Brumond
Version: 0.1.1-rc
Copyright 2010 James Brumond
Dual licensed under MIT and GPL
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using proc_open
, not exec
or the type, therefore it can run in PHP safe mode.
A system with git installed
This library was originally coded with CodeIgniter in mind. Due to this, there is a second version of this library (the file CI_Git.php
in the repository) which is coded slightly differently for easier implementation in a CI website.
For more information, including complete documentation and API, see the project home page, http://code.kbjrweb.com/project/gitphp
Also, a tutorial on how to use Git.php can be found on my blog at http://blog.kbjrweb.com/archives/169