Skip to content

woolfg/Git.php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Packages

No packages published

Languages

  • PHP 100.0%