PHPackages                             smoren/yii2-module-access-manager - 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. smoren/yii2-module-access-manager

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

smoren/yii2-module-access-manager
=================================

Access manager and control module for Yii2

v0.3.0(1y ago)8314↓100%4MITPHPPHP &gt;=7.2.0

Since Jun 7Pushed 1y ago4 watchersCompare

[ Source](https://github.com/Smoren/yii2-module-access-manager)[ Packagist](https://packagist.org/packages/smoren/yii2-module-access-manager)[ RSS](/packages/smoren-yii2-module-access-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (10)Versions (5)Used By (0)

yii2-module-access-manager
==========================

[](#yii2-module-access-manager)

Access manager and control module for Yii2

### How to install to Yii2 project

[](#how-to-install-to-yii2-project)

```
composer require smoren/yii2-module-access-manager

```

### After install

[](#after-install)

Include into Yii2 config:

```
...
'modules' => [
    ...
    'access' => ['class' => 'Smoren\Yii2\AccessManager\Module'],
],
...
'bootstrap' => [
    ...
    'access',
],
...
'controllerMap' => [
    'migrate' => [
        'class' => MigrateController::class,
        'migrationPath' => [
            ...
            'vendor/smoren/yii2-module-access-manager/src/migrations',
        ],
    ],
],
...

```

Include into Yii2 env file:

```
...
ACCESS_WORKER_TABLE='the existing table you want to be access worker table'
...

```

Then run migrations:

```
php yii migrate

```

Also you can choose another module id if you already have your own module named "access".

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance42

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 91.3% 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 ~298 days

Total

3

Last Release

474d ago

### Community

Maintainers

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

---

Top Contributors

[![Smoren](https://avatars.githubusercontent.com/u/7403235?v=4)](https://github.com/Smoren "Smoren (73 commits)")[![astrahov90](https://avatars.githubusercontent.com/u/86964207?v=4)](https://github.com/astrahov90 "astrahov90 (7 commits)")

---

Tags

access-controlaccess-managementyii2yii2-extensionaccessyii2extensionmoduleaccess-controlaccess manager

###  Code Quality

TestsCodeception

### Embed Badge

![Health badge](/badges/smoren-yii2-module-access-manager/health.svg)

```
[![Health](https://phpackages.com/badges/smoren-yii2-module-access-manager/health.svg)](https://phpackages.com/packages/smoren-yii2-module-access-manager)
```

###  Alternatives

[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)[lowbase/yii2-user

Yii2 user module

131.5k2](/packages/lowbase-yii2-user)[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)
