2017 © Pedro Peláez
 

library yii2-oauth2-client

Yii2 AuthClient for The Shotbow Network

image

shotbow/yii2-oauth2-client

Yii2 AuthClient for The Shotbow Network

  • Friday, April 22, 2016
  • by navarr
  • Repository
  • 0 Watchers
  • 0 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 3 % Grown

The README.md

Yii2 AuthClient for The Shotbow Network

This project creates an OAuth 2 client for Yii2's AuthClient system. It will be kept up to date with Shotbow's OAuth2 requirements., (*1)

Requirements

  • PHP 5.4 or greater
  • Yii 2
  • Composer

How to use

  • composer require shotbow/yii2-oauth2-client
  • Add the following to your Yii2 components configuration:
    'authClientCollection' => [
        'class' => yii\authclient\Collection::class,
        'clients' => [
            'shotbow' => [
                'class' => Shotbow\Auth\Client::class,
                'clientId' => 'SHOTBOW CLIENT ID',
                'clientSecret' => 'SHOTBOW CLIENT SECRET',
                'scope' => 'SHOTBOW REQUESTED SCOPES',
            ],
        ],
    ],

That's it! The rest is up to you, the developer!, (*2)

The Versions

22/04 2016

dev-master

9999999-dev

Yii2 AuthClient for The Shotbow Network

  Sources   Download

MIT

The Requires

 

22/04 2016

v1.0.1

1.0.1.0

Yii2 AuthClient for The Shotbow Network

  Sources   Download

MIT

The Requires

 

31/07 2015

dev-develop

dev-develop

Yii2 AuthClient for The Shotbow Network

  Sources   Download

MIT

The Requires

 

31/07 2015

v1.0.0

1.0.0.0

Yii2 AuthClient for The Shotbow Network

  Sources   Download

MIT

The Requires