2017 © Pedro Peláez
 

library gitlab

GitLab OAuth2 for yii2-authclient

image

yiiauth/gitlab

GitLab OAuth2 for yii2-authclient

  • Saturday, June 23, 2018
  • by exileed
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 300 % Grown

The README.md

yiiauth/gitlab

This extension adds GitLab OAuth2 supporting for yii2-authclient., (*1)

Latest Stable Version Total Downloads Monthly Downloads License, (*2)

Installation

The preferred way to install this extension is through composer., (*3)

Either run, (*4)

php composer.phar require yiiauth/gitlab

or add, (*5)

"yiiauth/gitlab": "~0.1"

to the require section of your composer.json., (*6)

Usage

You must read the yii2-authclient docs, (*7)

Register your application in GitLab, (*8)

and add the GitLab client to your auth clients., (*9)

php '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 ], ], // ... ], (*10)

The Versions

23/06 2018

dev-master

9999999-dev http://github.com/yiiauth/gitlab

GitLab OAuth2 for yii2-authclient

  Sources   Download

MIT

The Requires

 

oauth yii2 gitlab authclient

11/05 2018

v1.0

1.0.0.0 http://github.com/yiiauth/gitlab

GitLab OAuth2 for yii2-authclient

  Sources   Download

MIT

The Requires

 

oauth yii2 gitlab authclient