2017 © Pedro Peláez
 

yii2-extension yii-adaccount

image

ahmadrezaei/yii-adaccount

  • Monday, January 15, 2018
  • by ahmadrezaei
  • Repository
  • 1 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Installation

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

Either run, (*2)

php composer.phar require --prefer-dist ahmadrezaei/yii-adaccount "*"

or add, (*3)

"ahmadrezaei/yii-adaccount": "*"

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

Usage

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

and add the adaccount client to your auth clients., (*6)

php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'adaccount' => [ 'class' => 'ahmadrezaei\yii\authclient\Adaccount', 'clientId' => 'adaccount_client_id', 'clientSecret' => 'adaccount_client_secret', ], ], // other clients ], ], // ... ], (*7)

The Versions

15/01 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Ahmad Rezaei

extension oauth yii2 authclient adaccount

15/01 2018

v1.0.1

1.0.1.0

  Sources   Download

MIT

The Requires

 

by Ahmad Rezaei

extension oauth yii2 authclient adaccount

19/12 2017

v1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

 

by Ahmad Rezaei

extension oauth yii2 authclient adaccount