PHPackages                             abcms/yii2-admin - 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. [Admin Panels](/categories/admin)
4. /
5. abcms/yii2-admin

ActiveYii2-extension[Admin Panels](/categories/admin)

abcms/yii2-admin
================

015PHP

Since Jun 15Pushed 5y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 ABCMS admin library
========================

[](#yii2-abcms-admin-library)

Features:
---------

[](#features)

- Admin CRUD.
- Admin pages: login, update profile.

Install:
--------

[](#install)

```
composer require abcms/yii2-library:dev-master
composer require abcms/yii2-admin:dev-master
```

DB migrations
-------------

[](#db-migrations)

1- Add the migration namespaces in the console.php configuration file:

```
'controllerMap' => [
    'migrate' => [
        'class' => 'yii\console\controllers\MigrateController',
        'migrationNamespaces' => [
            'abcms\library\migrations',
            'abcms\admin\migrations',
        ],
    ],
],
```

2- Run `./yii migrate`

Add the admin-user module
-------------------------

[](#add-the-admin-user-module)

```
[
    'modules' => [
        'admin-user' => [
            'class' => 'abcms\admin\module\Module',
        ],
    ],
]
```

Update the user component
-------------------------

[](#update-the-user-component)

Update `identityClass` and `loginUrl` from the user component in the web.php configuration file:

```
'user' => [
    'identityClass' => 'abcms\admin\models\Admin',
    'enableAutoLogin' => true,
    'loginUrl' => ['/admin-user/user/login'],
],
```

Login and change password
-------------------------

[](#login-and-change-password)

User **admin / admin** to login and don't forget to change the default password and email.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity33

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/fd81f555a58140d16867b75eb9948aca4a13e2255fbffde8c7f60d9dc1b04d3d?d=identicon)[abcms](/maintainers/abcms)

---

Top Contributors

[![tony-52](https://avatars.githubusercontent.com/u/61053721?v=4)](https://github.com/tony-52 "tony-52 (9 commits)")

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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