PHPackages                             santhika29/yii2-admin-bs4 - 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. santhika29/yii2-admin-bs4

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

santhika29/yii2-admin-bs4
=========================

RBAC Auth manager for Yii2 with adjustment to bootstrap 4

144PHP

Since Nov 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/santhika29/yii2-admin-bs4)[ Packagist](https://packagist.org/packages/santhika29/yii2-admin-bs4)[ RSS](/packages/santhika29-yii2-admin-bs4/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

RBAC Manager for Yii 2
======================

[](#rbac-manager-for-yii-2)

GUI manager for RABC (Role Base Access Control) Yii2. Easy to manage authorization of user 😄.

[![Latest Unstable Version](https://camo.githubusercontent.com/a29733dcbad9f2e61e027b03c54c258f71be8fd361da6e81700d9ea2595fed51/68747470733a2f2f706f7365722e707567782e6f72672f73616e7468696b6132392f796969322d61646d696e2f762f756e737461626c65)](https://packagist.org/packages/santhika29/yii2-admin)[![Total Downloads](https://camo.githubusercontent.com/b9b2ab2661a1d000fdfb3989b6f4bae3257eff460e5bb043616da5e31e125a0e/68747470733a2f2f706f7365722e707567782e6f72672f73616e7468696b6132392f796969322d61646d696e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/santhika29/yii2-admin)[![Daily Downloads](https://camo.githubusercontent.com/fa523a7390a3409e409b1d2051e42f2a1b75110233dd540770a42a0c960faade/68747470733a2f2f706f7365722e707567782e6f72672f73616e7468696b6132392f796969322d61646d696e2f642f6461696c79)](https://packagist.org/packages/santhika29/yii2-admin)[![License](https://camo.githubusercontent.com/9cc63f6042aaed163c2cb04d038c989013b3773bb8b02c1e928fe1eb4bd6bdab/68747470733a2f2f706f7365722e707567782e6f72672f73616e7468696b6132392f796969322d61646d696e2f6c6963656e7365)](https://packagist.org/packages/santhika29/yii2-admin)[![Reference Status](https://camo.githubusercontent.com/5e4c2d1d9da64c0497100657274aed8e2b6bf8fd74cad0d381b4a3d22b92eaf6/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f73616e7468696b6132393a796969322d61646d696e2f7265666572656e63655f62616467652e737667)](https://www.versioneye.com/php/santhika29:yii2-admin/references)[![Build Status](https://camo.githubusercontent.com/241d075e12213d34e14c754cac25de5190983bbb558297ee2cf311743a84edad/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73616e7468696b6132392f796969322d61646d696e2e737667)](http://travis-ci.org/santhika29/yii2-admin)[![Dependency Status](https://camo.githubusercontent.com/93a9d25afa6a2451e606242a5c56a02a986e4bde1df6d3ce70961c5c5fde70bc/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f7068702f73616e7468696b6132393a796969322d61646d696e2f6465762d6d61737465722f62616467652e706e67)](https://www.versioneye.com/php/santhika29:yii2-admin/dev-master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/247f54951de23ac1890def9e524cd9b75ab6046643604787a56bbe301d9bb70e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73616e7468696b6132392f796969322d61646d696e2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/santhika29/yii2-admin/?branch=master)[![Code Climate](https://camo.githubusercontent.com/1f8f6dbfe0894a08c1fc29626fed542ab56babaa034fc76af742a36239b1b8a0/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f73616e7468696b6132392f796969322d61646d696e2e737667)](https://codeclimate.com/github/santhika29/yii2-admin)

Documentation
-------------

[](#documentation)

> **Important: If you install version 3.x, please see [this readme](https://github.com/santhika29/yii2-admin/blob/3.master/README.md#upgrade-from-2x).**

- [Change Log](CHANGELOG.md).
- [Authorization Guide](http://www.yiiframework.com/doc-2.0/guide-security-authorization.html). Important, read this first before you continue.
- [Basic Configuration](docs/guide/configuration.md)
- [Basic Usage](docs/guide/basic-usage.md).
- [User Management](docs/guide/user-management.md).
- [Using Menu](docs/guide/using-menu.md).
- [Api](https://santhika29.github.io/yii2-admin/index.html).

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

[](#installation)

### Install With Composer

[](#install-with-composer)

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

to the require section of your `composer.json` file and execute `php composer.phar update`.

### Install From the Archive

[](#install-from-the-archive)

Download the latest release from here [releases](https://github.com/santhika29/yii2-admin/releases), then extract it to your project. In your application config, add the path alias for this extension.

```
return [
    ...
    'aliases' => [
        '@sant/admin' => 'path/to/your/extracted',
        // for example: '@sant/admin' => '@app/extensions/sant/yii2-admin-2.0.0',
        ...
    ]
];
```

[**More...**](docs/guide/configuration.md)

[screenshots](https://goo.gl/r8RizT)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![santhika29](https://avatars.githubusercontent.com/u/3783522?v=4)](https://github.com/santhika29 "santhika29 (9 commits)")

### Embed Badge

![Health badge](/badges/santhika29-yii2-admin-bs4/health.svg)

```
[![Health](https://phpackages.com/badges/santhika29-yii2-admin-bs4/health.svg)](https://phpackages.com/packages/santhika29-yii2-admin-bs4)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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