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

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

dnshouse/yii2-authclient-extended
=================================

Yahoo extenion for yii2-authclient

v1.0(9y ago)0111MITPHP

Since Sep 5Pushed 7y agoCompare

[ Source](https://github.com/dnshouse/yii2-authclient-extended)[ Packagist](https://packagist.org/packages/dnshouse/yii2-authclient-extended)[ Docs](https://github.com/dnshouse/yii2-authclient-extended)[ RSS](/packages/dnshouse-yii2-authclient-extended/feed)WikiDiscussions master Synced 2mo ago

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

yii2-authclient-extended
========================

[](#yii2-authclient-extended)

This is an extended collection of classes for [yii2-authclient](https://github.com/yiisoft/yii2-authclient).

[![Latest Stable Version](https://camo.githubusercontent.com/2bca45b28c3d7e643e6eb6b7831151c9a88b3510c89fc7ee1a6bd880734eddc9/68747470733a2f2f706f7365722e707567782e6f72672f646e73686f7573652f796969322d61757468636c69656e742d657874656e6465642f762f737461626c65)](https://packagist.org/packages/dnshouse/yii2-authclient-extended)[![Total Downloads](https://camo.githubusercontent.com/abd943a3fe2caa474a601b6e3e3eec7549a098f4a0f2903333e6c172136ec7a0/68747470733a2f2f706f7365722e707567782e6f72672f646e73686f7573652f796969322d61757468636c69656e742d657874656e6465642f646f776e6c6f616473)](https://packagist.org/packages/dnshouse/yii2-authclient-extended)[![Monthly Downloads](https://camo.githubusercontent.com/b1a928e19bdb46271512706fb20e7b09547c2183f5775610ef2ca217f4f2de9c/68747470733a2f2f706f7365722e707567782e6f72672f646e73686f7573652f796969322d61757468636c69656e742d657874656e6465642f642f6d6f6e74686c79)](https://packagist.org/packages/dnshouse/yii2-authclient-extended)[![Latest Unstable Version](https://camo.githubusercontent.com/6d902fa31d1ad8318109a85eb17e6849ef77495ebc3f3f5dbb86b37c7b2287be/68747470733a2f2f706f7365722e707567782e6f72672f646e73686f7573652f796969322d61757468636c69656e742d657874656e6465642f762f756e737461626c65)](https://packagist.org/packages/dnshouse/yii2-authclient-extended)[![License](https://camo.githubusercontent.com/0a82156989109065702c328d3fbc2fba727d3c782c4f1dfa7508294ad5192c1e/68747470733a2f2f706f7365722e707567782e6f72672f646e73686f7573652f796969322d61757468636c69656e742d657874656e6465642f6c6963656e7365)](https://packagist.org/packages/dnshouse/yii2-authclient-extended)

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist dnshouse/yii2-authclient-extended "*"

```

or add

```
"dnshouse/yii2-authclient-extended": "*"
```

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)

```
'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'google' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\GoogleOAuth',
                'clientId' => '',
                'clientSecret' => '',
            ],
            'yahoo' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\Yahoo',
                'clientId' => '',
                'clientSecret' => '',
            ],
            'live' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\Live',
                'clientId' => '',
                'clientSecret' => '',
            ],
            'facebook' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\Facebook',
                'clientId' => '',
                'clientSecret' => '',
            ],
            'linkedin' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\LinkedIn',
                'clientId' => '',
                'clientSecret' => '',
            ],
            'twitter' => [
                'class' => 'dnshouse\Yii2AuthclientExtensions\Twitter',
                'consumerKey' => '',
                'consumerSecret' => '',
            ],
        ],
    ],
 ]
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

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

Unknown

Total

1

Last Release

3536d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45b14d9155f5f397937bd38f758740351204e8ebb8db76477edc223ef21ade8c?d=identicon)[dnshouse](/maintainers/dnshouse)

---

Top Contributors

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

---

Tags

oauthyii2yahooauthclient

### Embed Badge

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

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

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