dev-develop
dev-developPackage to help clone a bunch of repos at one time
MIT
The Requires
by Cory Collier
dev-master
9999999-devPackage to help clone a bunch of repos at one time
MIT
The Requires
by Cory Collier
Wallogit.com
2017 © Pedro Peláez
Package to help clone a bunch of repos at one time
This project is designed to help clone and update repos hosted in gitlab, in bulk., (*1)
<?php
use \GitlabTools\Cloner;
$app = new Cloner([
'server' => 'https://gitlab.my-personal-domain.com',
'token' => 'my secret token that I got from gitlab',
'group' => 'consumer-web',
'directory' => '/path/to/my/repositories''
]);
$app->getRepos();
Package to help clone a bunch of repos at one time
MIT
Package to help clone a bunch of repos at one time
MIT