Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 587 Bytes

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.