PHPackages                             kotchuprik/yii2-instagram-authclient - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kotchuprik/yii2-instagram-authclient

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

kotchuprik/yii2-instagram-authclient
====================================

Instagram extenion for using via yii2-authclient

v1.0(11y ago)2048.5k↓10.7%11[2 issues](https://github.com/kotchuprik/yii2-instagram-authclient/issues)[1 PRs](https://github.com/kotchuprik/yii2-instagram-authclient/pulls)MITPHP

Since Jan 25Pushed 6y ago4 watchersCompare

[ Source](https://github.com/kotchuprik/yii2-instagram-authclient)[ Packagist](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)[ Docs](http://github.com/kotchuprik/yii2-instagram-authclient)[ RSS](/packages/kotchuprik-yii2-instagram-authclient/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

yii2-instagram-authclient
=========================

[](#yii2-instagram-authclient)

This extension adds Instagram OAuth2 supporting for [yii2-authclient](https://github.com/yiisoft/yii2-authclient).

[![Latest Stable Version](https://camo.githubusercontent.com/412dce44e458487b88681cba4baf5be7362a30396b0b27ffe7d1523ebf675f49/68747470733a2f2f706f7365722e707567782e6f72672f6b6f746368757072696b2f796969322d696e7374616772616d2d61757468636c69656e742f762f737461626c65)](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)[![Total Downloads](https://camo.githubusercontent.com/725ad6490546a4b75c4ad28b37a245ae59fcf081db8aeb737dfc6556fccaa928/68747470733a2f2f706f7365722e707567782e6f72672f6b6f746368757072696b2f796969322d696e7374616772616d2d61757468636c69656e742f646f776e6c6f616473)](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)[![Monthly Downloads](https://camo.githubusercontent.com/c66b23b40a5a0fdd611e09d20d24ce943053cf980d8db673063dc684f5ed9feb/68747470733a2f2f706f7365722e707567782e6f72672f6b6f746368757072696b2f796969322d696e7374616772616d2d61757468636c69656e742f642f6d6f6e74686c79)](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)[![Latest Unstable Version](https://camo.githubusercontent.com/b7629748575683c2f1deaba2a0550ae30c8920003994fdb2fa12c30704267bc8/68747470733a2f2f706f7365722e707567782e6f72672f6b6f746368757072696b2f796969322d696e7374616772616d2d61757468636c69656e742f762f756e737461626c65)](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)[![License](https://camo.githubusercontent.com/03a8711784e61e8251cdc498321f65105268a91cff8b9b8dbb6bfc91c57fc780/68747470733a2f2f706f7365722e707567782e6f72672f6b6f746368757072696b2f796969322d696e7374616772616d2d61757468636c69656e742f6c6963656e7365)](https://packagist.org/packages/kotchuprik/yii2-instagram-authclient)

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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

[](#usage)

You must read the yii2-authclient [docs](https://github.com/yiisoft/yii2/blob/master/docs/guide/security-auth-clients.md)

Register your application [in Instagram](http://instagram.com/developer/clients/register)

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
        ],
    ],
    // ...
 ]
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity39

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 57.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4131d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5764b62d1883e2d0b0a733646c2dbc220cd825d62d7f33c8c5d571b62516c3c?d=identicon)[kotchuprik](/maintainers/kotchuprik)

---

Top Contributors

[![chuprik](https://avatars.githubusercontent.com/u/802946?v=4)](https://github.com/chuprik "chuprik (4 commits)")[![isudakoff](https://avatars.githubusercontent.com/u/2142861?v=4)](https://github.com/isudakoff "isudakoff (2 commits)")[![yumgame](https://avatars.githubusercontent.com/u/90189506?v=4)](https://github.com/yumgame "yumgame (1 commits)")

---

Tags

instagramoauthyii2authclient

### Embed Badge

![Health badge](/badges/kotchuprik-yii2-instagram-authclient/health.svg)

```
[![Health](https://phpackages.com/badges/kotchuprik-yii2-instagram-authclient/health.svg)](https://phpackages.com/packages/kotchuprik-yii2-instagram-authclient)
```

###  Alternatives

[budyaga/yii2-users

Module for manage users and their rights with the support of registration through social services and assigned to each user more than one social service.

409.1k](/packages/budyaga-yii2-users)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
