tuzelko/git-php-backend

Git PHP 后端 - 从 PHP 环境运行 git-http-backend 作为 CGI。

1.0.0 2019-08-29 09:43 UTC

This package is auto-updated.

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


README

这个库实现了从 PHP 环境中 git-http-backend 的工作,这允许你轻松实现 Git 仓库收集,而无需绑定到现代网络服务器的过时授权方法。

只需尝试

  1. 使用引擎方法授权用户。
  2. 创建 GitPHP\Backend 类的实例。
  3. 调用 "exec" 方法。
  4. 你拥有个人 Git 服务器!
composer require tuzelko/git-php-backend