tuzelko/git-php-backend

Git PHP back-end - run git-http-backend as CGI from PHP.

1.0.0 2019-08-29 09:43 UTC

This package is auto-updated.

Last update: 2024-09-29 06:02:38 UTC


README

This library implements the work of git-http-backend from the php environment, this will allow you to easily implement the Git repository collection without binding to the outdated authorization methods of modern web servers.

Just try:

  1. Authorize your user using the engine methods.
  2. Create an instance of the GitPHP\Backend class.
  3. Call the "exec" method.
  4. You have personal Git server!
composer require tuzelko/git-php-backend