https://github.com/patrikf/glip
git library in PHP
https://github.com/patrikf/glip
Last synced: 4 months ago
JSON representation
git library in PHP
- Host: GitHub
- URL: https://github.com/patrikf/glip
- Owner: patrikf
- License: gpl-2.0
- Created: 2009-05-31T12:59:45.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T23:07:36.000Z (almost 9 years ago)
- Last Synced: 2024-07-21T05:38:21.164Z (7 months ago)
- Language: PHP
- Homepage: http://fimml.at/glip
- Size: 193 KB
- Stars: 461
- Watchers: 26
- Forks: 114
- Open Issues: 6
-
Metadata Files:
- Readme: README
- License: LICENSE
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