yiiauth/gitlab
Composer 安装命令:
composer require yiiauth/gitlab
包简介
GitLab OAuth2 for yii2-authclient
README 文档
README
This extension adds GitLab OAuth2 supporting for yii2-authclient.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require yiiauth/gitlab
or add
"yiiauth/gitlab": "~0.1"
to the require section of your composer.json.
Usage
You must read the yii2-authclient docs
Register your application in GitLab
and add the GitLab client to your auth clients.
'components' => [ 'authClientCollection' => [ 'class' => yii\authclient\Collection::class, 'clients' => [ 'gitlab' => [ 'class' => \yiiauth\gitlab\GitLabClient::class, 'domain' => 'https://gitlab.com', 'clientId' => 'gitlab_client_id', 'clientSecret' => 'gitlab_client_secret', ], // other clients ], ], // ... ]
统计信息
- 总下载量: 3.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-05-11