PHPackages                             dkorzhenkov/yii2-token-auth-filter - 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. dkorzhenkov/yii2-token-auth-filter

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

dkorzhenkov/yii2-token-auth-filter
==================================

v1.1.0(1y ago)215PHP ^7.0 || ^8.0

Since May 6Pushed 1y ago1 watchersCompare

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

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

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

[](#installation)

```
composer require dkorzhenkov/yii2-token-auth-filter
```

```
class AbcController extends Controller
{
    public function behaviors()
    {
        return array_merge(parent::behaviors(), [
            'authorizationByToken' => [
                'class' => TokenAuthorization::class,
                'allowedTokens' => [
                    'xxx'
                ]
            ],
        ]);
    }
}
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance50

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

Total

4

Last Release

366d ago

PHP version history (2 changes)1.0.x-devPHP &gt;=7.4

1.1.x-devPHP ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad650ae42047c6b38a976468577591e249dedaff57fc5312b83f2b7c39b91844?d=identicon)[korzhenkov](/maintainers/korzhenkov)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/dkorzhenkov-yii2-token-auth-filter/health.svg)

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

###  Alternatives

[rmrevin/yii2-ulogin

Extension for yii2 ulogin integration

1811.9k](/packages/rmrevin-yii2-ulogin)[kakadu-dev/yii2-jwt-auth

Extension provide JWT auth for Yii2

105.8k](/packages/kakadu-dev-yii2-jwt-auth)

PHPackages © 2026

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