2017 © Pedro Peláez
 

library yii2-authclient-extended

Yahoo extenion for yii2-authclient

image

dnshouse/yii2-authclient-extended

Yahoo extenion for yii2-authclient

  • Monday, September 5, 2016
  • by dnshouse
  • Repository
  • 0 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

yii2-authclient-extended

This is an extended collection of classes for yii2-authclient., (*1)

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

Installation

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

Either run, (*4)

php composer.phar require --prefer-dist dnshouse/yii2-authclient-extended "*"

or add, (*5)

"dnshouse/yii2-authclient-extended": "*"

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

Usage

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

php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'google' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\GoogleOAuth', 'clientId' => '', 'clientSecret' => '', ], 'yahoo' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\Yahoo', 'clientId' => '', 'clientSecret' => '', ], 'live' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\Live', 'clientId' => '', 'clientSecret' => '', ], 'facebook' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\Facebook', 'clientId' => '', 'clientSecret' => '', ], 'linkedin' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\LinkedIn', 'clientId' => '', 'clientSecret' => '', ], 'twitter' => [ 'class' => 'dnshouse\Yii2AuthclientExtensions\Twitter', 'consumerKey' => '', 'consumerSecret' => '', ], ], ], ], (*8)

The Versions

05/09 2016

dev-master

9999999-dev https://github.com/dnshouse/yii2-authclient-extended

Yahoo extenion for yii2-authclient

  Sources   Download

MIT

The Requires

 

by Deyan Sarahoshev

oauth yii2 yahoo authclient

05/09 2016

v1.0

1.0.0.0 https://github.com/dnshouse/yii2-authclient-extended

Yahoo extenion for yii2-authclient

  Sources   Download

MIT

The Requires

 

by Deyan Sarahoshev

oauth yii2 yahoo authclient