2017 © Pedro Peláez
 

library yii2-foursquare-authclient

Foursquare extension for using via yii2-authclient

image

isudakoff/yii2-foursquare-authclient

Foursquare extension for using via yii2-authclient

  • Thursday, August 24, 2017
  • by isudakoff
  • Repository
  • 1 Watchers
  • 0 Stars
  • 75 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 6 % Grown

The README.md

yii2-foursquare-authclient

This extension adds Foursquare 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-foursquare-authclient "*"

or add, (*5)

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

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

Usage

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

Register your application in Foursquare, (*8)

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

'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'foursquare' => [
                'class' => 'isudakoff\authclient\Foursquare',
                'clientId' => 'foursquare_app_id',
                'clientSecret' => 'foursquare_app_secret',
            ],
            // other clients
        ],
    ],
    // ...
]

The Versions

24/08 2017

dev-master

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

Foursquare extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 foursquare authclient

24/08 2017

1.0.1

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

Foursquare extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 foursquare authclient

06/06 2017

1.0

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

Foursquare extension for using via yii2-authclient

  Sources   Download

MIT

The Requires

 

by Ilya Sudakov

oauth yii2 foursquare authclient