2026-08-09 15:49:06 +08:00
2026-08-08 19:34:49 +08:00
2026-08-09 15:49:06 +08:00
2026-08-08 19:34:49 +08:00
2026-08-08 19:34:49 +08:00
2026-08-08 19:34:49 +08:00
2026-08-09 15:49:06 +08:00

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.

S
Description
A git server written in php
Readme
198 KiB
v2.0
Latest
2026-08-14 19:31:41 +08:00
Languages
PHP 100%