Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/patrikf/glip

git library in PHP
https://github.com/patrikf/glip

Last synced: about 2 months ago
JSON representation

git library in PHP

Awesome Lists containing this project

README

        

glip is currently unmaintained. If you are interested in taking over
maintainership, send a message to .

glip is a Git Library In PHP. It allows you to access bare git repositories
from PHP scripts, even without having git installed. The project's homepage is
located at .

Key features:
- pure PHP (reads Git repositories without system() calls)
- can read packfiles (but not store them, and reading is somewhat
inefficient)
- low-level abstraction layer to deal with Git plumbing in its current
shape, could be extended to provide a richer API