raminious / Git.php

A PHP git library

Home Page:http://code.kbjrweb.com/project/gitphp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A PHP git library

http://code.kbjrweb.com/project/gitphp

License:Other


Languages

Language:PHP 100.0%