Skip to content

No-dependency, PHP implementation of the Git HTTP protocol.

Notifications You must be signed in to change notification settings

alefbt/php-git-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP Git server

This is an implementation of the simple Git HTTP protocol in PHP. It allows you to serve Git repositories from a simple PHP-enabled server in situations where the git command is not available.

Git is not required to be installed on the server. There is no dependency on the git command, thus it can be installed on a server where git is not available.

It serves most files directly from the files system, and also generates the files /info/refs and /objects/info/packs, without the need for executing git update-server-info on the server.

About

No-dependency, PHP implementation of the Git HTTP protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published