2017-25 © Pedro Peláez
 

library spotify

Spotify OAuth2 for yii2-authclient

image

yiiauth/spotify

Spotify OAuth2 for yii2-authclient

  • Friday, May 11, 2018
  • by exileed
  • Repository
  • 1 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yiiauth/spotify

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/spotify

or add, (*5)

"yiiauth/spotify": "~0.1"

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

Usage

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

Register your application in Spotify, (*8)

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

php 'components' => [ 'authClientCollection' => [ 'class' => \yii\authclient\Collection::class, 'clients' => [ 'spotify' => [ 'class' => \yiiauth\spotify\SpotifyClient:class, 'clientId' => 'client_id', 'clientSecret' => 'client_secret', ], // other clients ], ], // ... ], (*10)

The Versions

11/05 2018

dev-master

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

Spotify OAuth2 for yii2-authclient

  Sources   Download

BSD-2.0

The Requires

 

oauth yii2 spotify authclient