hahaxixi / gitlab
Gitlab Api for yii2
dev-master
2016-08-31 08:53 UTC
Requires
- yiisoft/yii2: *
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(); ?>```