kotchuprik/yii2-instagram-authclient Instagram extenion for using via yii2-authclient

oauthauthclientinstagram

yii2-instagram-authclient

This extension adds Instagram OAuth2 supporting for yii2-authclient.

Latest Stable Version Total Downloads Monthly Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist kotchuprik/yii2-instagram-authclient "*"

or add

"kotchuprik/yii2-instagram-authclient": "*"

to the require section of your composer.json.

Usage

You must read the yii2-authclient docs

Register your application in Instagram

and add the Instagram client to your auth clients.

'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'instagram' => [
                'class' => 'kotchuprik\authclient\Instagram',
                'clientId' => 'instagram_client_id',
                'clientSecret' => 'instagram_client_secret',
            ],
            // other clients
        ],
    ],
    // ...
 ]

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0 is the latest of one release



MIT license
Stats
20 github stars & 11 github forks
30 downloads in the last day
244 downloads in the last 30 days
39098 total downloads