PHPackages                             kvbogdanov/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. kvbogdanov/yii2-instagram-authclient

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

kvbogdanov/yii2-instagram-authclient
====================================

Instagram extenion for using via yii2-authclient

v1.0(11y ago)01MITPHP

Since Jan 25Pushed 6y agoCompare

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

READMEChangelogDependencies (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).

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

[](#installation)

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

Either run

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

```

or add

```
"kvbogdanov/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' => 'kvbogdanov\authclient\Instagram',
                'clientId' => 'instagram_client_id',
                'clientSecret' => 'instagram_client_secret',
            ],
            // other clients
        ],
    ],
    // ...
 ]
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

4125d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/340250c12b045f355078ce3f677ab6184ba7557fd0a00368109eb6e0d7907883?d=identicon)[kvbogdanov](/maintainers/kvbogdanov)

---

Top Contributors

[![kvbogdanov](https://avatars.githubusercontent.com/u/2289017?v=4)](https://github.com/kvbogdanov "kvbogdanov (5 commits)")[![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/kvbogdanov-yii2-instagram-authclient/health.svg)

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

###  Alternatives

[kotchuprik/yii2-instagram-authclient

Instagram extenion for using via yii2-authclient

2048.5k](/packages/kotchuprik-yii2-instagram-authclient)[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)
