Download the PHP package six/git-server without Composer
On this page you can find all versions of the php package six/git-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package git-server
http git server base on php laravel
mysql http base authorized server
install guide
- install
composer install six/git-server
- initialize table
php artisan git:user init
- add a user
php artisan git:user add [email protected]:123
- add a repos
php artisan git:server app1
- clone it from you website
git clone http://you-hosts/repos/app1.git
- username is [email protected]
- password is 123
- the user can
clone
andpull
andpush
...
configurations
default configuration see src/config/git.php if you need change it move it to you config path
All versions of git-server with dependencies
PHP Build Version
Package Version
No informations.
The package six/git-server contains the following files
Loading the files please wait ....