PHPackages                             fat2fast/yii2-auth - 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. fat2fast/yii2-auth

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

fat2fast/yii2-auth
==================

Fat Too Fast Yii2 Auth

1.0.1(1y ago)04GPL-3.0PHPPHP &gt;=7.4.0

Since Jun 2Pushed 1y ago1 watchersCompare

[ Source](https://github.com/fat2fast/yii2-auth)[ Packagist](https://packagist.org/packages/fat2fast/yii2-auth)[ RSS](/packages/fat2fast-yii2-auth/feed)WikiDiscussions main Synced 1mo ago

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

Fat Too Fast Yii2 Auth
======================

[](#fat-too-fast-yii2-auth)

### Fork from [Lsat Yii2 Auth](https://git.lcsa.vn/packages/yii2-auth)

[](#fork-from-lsat-yii2-auth)

### How to install

[](#how-to-install)

```
docker-compose exec api composer require fat2fast/yii2-auth

```

```
docker-compose exec api yii migrate-module

```

### Config composer.json

[](#config-composerjson)

#### Config local to development , not push change composer.json to git

[](#config-local-to-development--not-push-change-composerjson-to-git)

```
 "require" : {
    "fat2fast/yii2-auth": "dev-master"
  }

```

```
{
    "type": "path",
    "url": "modules/yii2-auth",
    "options": {}
},

```

### Add configuration console.php trong main project

[](#add-configuration-consolephp-trong-main-project)

```
    'controllerMap' => [

        // other controllers

        'migrate-module' => [
            'class' => 'yii\console\controllers\MigrateController',
            'migrationPath' => [
                '@fat2fast/auth/migrations'
            ],
            'migrationTable' => 'migration_module'
        ],
    ]

```

### Add to web.php của main project

[](#add-to-webphp-của-main-project)

```
    'modules' => [
        // other modules
          'auth' => [
            'class' => 'fat2fast\auth\Module',
            'userIdentityClass' => 'fat2fast\auth\models\user\User',
        ]
    ],

```

### How to migrate

[](#how-to-migrate)

```
docker-compose exec api yii migrate-module

```

### How to create migrate

[](#how-to-create-migrate)

```
php yii migrate/create ModuleMigrationName --migrationPath=@fat2fast/auth/migrations

```

config `params.php`

```
authz.fullNameOrganization
authz.acronymOrganization
authz.TitleLogin

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

Total

2

Last Release

569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93c51d76484af1a8c0089d7e188817d69c590b2f7920daf2d6d754e39916795a?d=identicon)[fat2fast](/maintainers/fat2fast)

---

Top Contributors

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

---

Tags

Authenticationyii2fat2fastf2f

### Embed Badge

![Health badge](/badges/fat2fast-yii2-auth/health.svg)

```
[![Health](https://phpackages.com/badges/fat2fast-yii2-auth/health.svg)](https://phpackages.com/packages/fat2fast-yii2-auth)
```

###  Alternatives

[nodge/yii2-eauth

Yii2 EAuth Extension. EAuth allows to authenticate users with accounts on other websites (Google, Facebook, Twitter, etc).

19399.4k](/packages/nodge-yii2-eauth)

PHPackages © 2026

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