PHPackages                             esp4ik/yii2-authclient-extended - 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. esp4ik/yii2-authclient-extended

ActiveYii2-extension[Authentication &amp; Authorization](/categories/authentication)

esp4ik/yii2-authclient-extended
===============================

Additional clients for Yii2 authclient: Instagram and etc

1.1.1(8y ago)072MITPHP

Since Feb 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/esp4ik/yii2-authclient-extended)[ Packagist](https://packagist.org/packages/esp4ik/yii2-authclient-extended)[ RSS](/packages/esp4ik-yii2-authclient-extended/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

 [ ![](https://avatars0.githubusercontent.com/u/993323) ](https://github.com/yiisoft)

Additional clients for Yii2 authclient: Instagram, Odnoklassniki and etc
========================================================================

[](#additional-clients-for-yii2-authclient-instagram-odnoklassniki-and-etc)

This repository contains an additional clients for [Yii2 Auth Client](https://github.com/yiisoft/yii2-authclient).

For license information check the [LICENSE](LICENSE.md)-file.

List of additional clients:

- Instagram
- Odnoklassniki

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist esp4ik/yii2-authclient-extended

```

or add

```
"esp4ik/yii2-authclient-extended": "~1.1.0"

```

to the require section of your composer.json.

Configuring application
-----------------------

[](#configuring-application)

Full documentation see at [Yii2 Auth Client](https://github.com/yiisoft/yii2-authclient/blob/master/docs/guide/README.md)

After extension is installed you need to setup auth client collection application component:

```
return [
    'components' => [
        'authClientCollection' => [
            'class' => 'yii\authclient\Collection',
            'clients' => [
                'instagram' => [
                    'class' => 'esp4ik\authclient\clients\Instagram',
                    'clientId' => 'instagram_client_id',
                    'clientSecret' => 'instagram_client_secret',
                ],
                'odnoklassniki' => [
                    'class' => 'esp4ik\authclient\clients\Odnoklassniki',
                    'clientId' => 'odnoklassniki_application_id',
                    'clientSecret' => 'odnoklassniki_secret_key',
                    'applicationId' => 'odnoklassniki_public_key',
                ],
                // ...
            ],
        ]
        // ...
    ],
    // ...
];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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

Every ~1 days

Total

3

Last Release

3007d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/14f6c1749972b042f341a765f7995c7286ed503780b050374eff638ac1df5ec9?d=identicon)[esp4ik](/maintainers/esp4ik)

---

Top Contributors

[![esp4ik](https://avatars.githubusercontent.com/u/6011909?v=4)](https://github.com/esp4ik "esp4ik (4 commits)")

---

Tags

instagramyii2authclient

### Embed Badge

![Health badge](/badges/esp4ik-yii2-authclient-extended/health.svg)

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

###  Alternatives

[kotchuprik/yii2-instagram-authclient

Instagram extenion for using via yii2-authclient

2048.5k](/packages/kotchuprik-yii2-instagram-authclient)

PHPackages © 2026

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