vhrb/gitlab-api-extension

Nette Gitlab API 扩展

v1.0.1 2015-03-08 12:55 UTC

This package is not auto-updated.

Last update: 2023-11-11 12:53:23 UTC


README

要求

Vhrb/gitalb-api-extension 需要 PHP 5.3 或更高版本。

安装

安装 vhrb/gitlab-api-extension 的最佳方式是使用 Composer

$ composer require vhrb/gitlab-api-extension

最小配置

gitlab.api:
	url: _gitlab_url # example https://gitlab.com/
	ci-url: _gitlab_url # with http:// OR https://
	token: _private_token_

Ci-url 不是必需的。

使用

	injectClient(\Gitlab\Client $client);
	injectCiClient(\GitlabCi\Client $ciClient);