Git.php 0.1.4
It's a PHP interface for running Git commands on a repository. Runs git commands using proc_open, not exec or the type, therefore it can run in PHP safe mode.A CodeIgniter version is also included (CI_Git.php).Features:Open repo
Create repo
Add...