Currently I’m building a simple page for project hosting, and now I’ve got a question. Is there any implementation of GIT or HG (Mercurial) in PHP? – Yes I know about the command system(), but I’m doing the job on a hosting with few permissions and so I need something in bare PHP.
I already searched on the web, but I didn’t find anything. =(
I hope there already exists something like this.
Thanks
You can give glip a try. it looks like git-php might also do the trick.