hahaxixi/gitlab

Gitlab Api for yii2

安装: 8

依赖: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-08-31 08:53 UTC

This package is auto-updated.

Last update: 2024-09-28 01:47:09 UTC


README

Gitlab Api for yii2

安装

安装此扩展的首选方式是通过 composer

运行以下命令之一

php composer.phar require --prefer-dist hahaxixi/gitlab "*"

或添加以下内容到你的 composer.json 文件中的 require 部分。

"hahaxixi/gitlab": "*"

使用

扩展安装完成后,只需在你的代码中通过以下方式使用它:

<?= \hahaxixi\gitlab\AutoloadExample::widget(); ?>```