2017 © Pedro Peláez
 

library yii2-pinterest-authclient

Pinterest extension for using via yii2-authclient

image

isudakoff/yii2-pinterest-authclient

Pinterest extension for using via yii2-authclient

  • Monday, August 21, 2017
  • by isudakoff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 20 % Grown

The README.md

yii2-pinterest-authclient

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

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

Installation

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

Either run, (*4)

php composer.phar require --prefer-dist isudakoff/yii2-pinterest-authclient "*"

or add, (*5)

"isudakoff/yii2-pinterest-authclient": "*"

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

Usage

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

Register your application in Pinterest, (*8)

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

php 'components' => [ 'authClientCollection' => [ 'class' => 'yii\authclient\Collection', 'clients' => [ 'pinterest' => [ 'class' => 'isudakoff\authclient\Pinterest', 'clientId' => 'pinterest_app_id', 'clientSecret' => 'pinterest_app_secret', ], // other clients ], ], // ... ], (*10)

The Versions

21/08 2017

dev-master

9999999-dev http://github.com/isudakoff/yii2-pinterest-authclient

Pinterest extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 pinterest authclient

21/08 2017

1.0.1

1.0.1.0 http://github.com/isudakoff/yii2-pinterest-authclient

Pinterest extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 pinterest authclient

04/06 2017

1.0

1.0.0.0 http://github.com/isudakoff/yii2-pinterest-authclient

Pinterest extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 pinterest authclient