Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1015 Bytes

README.textile

File metadata and controls

25 lines (14 loc) · 1015 Bytes

Git.php

Author: James Brumond
Version: 0.1.1-rc

Copyright 2010 James Brumond
Dual licensed under MIT and GPL

Description

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.

Requirements

A system with git installed

CodeIgniter Version

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.

More Info

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