2017 © Pedro Peláez
 

library gitlab-cloner

Package to help clone a bunch of repos at one time

image

corycollier/gitlab-cloner

Package to help clone a bunch of repos at one time

  • Wednesday, July 18, 2018
  • by corycollier
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Gitlab Tools

This project is designed to help clone and update repos hosted in gitlab, in bulk., (*1)

Usage

<?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();

Releases

  • 1.0.0 - Allows for the bulk cloning of repos, by group name

The Versions

18/07 2018

dev-develop

dev-develop

Package to help clone a bunch of repos at one time

  Sources   Download

MIT

The Requires

 

04/03 2017

dev-master

9999999-dev

Package to help clone a bunch of repos at one time

  Sources   Download

MIT

The Requires

 

04/03 2017

1.0.0

1.0.0.0

Package to help clone a bunch of repos at one time

  Sources   Download

MIT

The Requires