PHPackages                             ahmadrezaei/yii-adaccount - 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. ahmadrezaei/yii-adaccount

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

ahmadrezaei/yii-adaccount
=========================

v1.0.1(8y ago)023MITPHP

Since Dec 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ahmadrezaei/yii2-adaccount)[ Packagist](https://packagist.org/packages/ahmadrezaei/yii-adaccount)[ RSS](/packages/ahmadrezaei-yii-adaccount/feed)WikiDiscussions master Synced yesterday

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

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist ahmadrezaei/yii-adaccount "*"

```

or add

```
"ahmadrezaei/yii-adaccount": "*"
```

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)

and add the adaccount client to your auth clients.

```
'components' => [
    'authClientCollection' => [
        'class' => 'yii\authclient\Collection',
        'clients' => [
            'adaccount' => [
                'class' => 'ahmadrezaei\yii\authclient\Adaccount',
                    'clientId' => 'adaccount_client_id',
                    'clientSecret' => 'adaccount_client_secret',
                ],
            ],
            // other clients
        ],
    ],
    // ...
 ]
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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 ~26 days

Total

2

Last Release

3088d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7928105?v=4)[Ahmad Rezaei](/maintainers/ahmadrezaei)[@ahmadrezaei](https://github.com/ahmadrezaei)

---

Top Contributors

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

---

Tags

oauthyii2extensionauthclientadaccount

### Embed Badge

![Health badge](/badges/ahmadrezaei-yii-adaccount/health.svg)

```
[![Health](https://phpackages.com/badges/ahmadrezaei-yii-adaccount/health.svg)](https://phpackages.com/packages/ahmadrezaei-yii-adaccount)
```

###  Alternatives

[kotchuprik/yii2-instagram-authclient

Instagram extenion for using via yii2-authclient

2049.6k](/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)
