All Projects → jonls → Php Git Server

jonls / Php Git Server

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].