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:
- Authorize your user using the engine methods.
- Create an instance of the GitPHP\Backend class.
- Call the "exec" method.
- You have personal Git server!
composer require tuzelko/git-php-backend