PHPackages                             simple-projects/yii2-sbadmin - 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. simple-projects/yii2-sbadmin

ActiveYii2-extension

simple-projects/yii2-sbadmin
============================

SB Admin 2 template for Yii2

098PHP

Since Apr 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/simple-projects/yii2-sbadmin)[ Packagist](https://packagist.org/packages/simple-projects/yii2-sbadmin)[ RSS](/packages/simple-projects-yii2-sbadmin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SB admin extention for Yii2
===========================

[](#sb-admin-extention-for-yii2)

Implementation of [SB Admin2 theme](http://startbootstrap.com/template-overviews/sb-admin-2/). This is very initial verson.

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist simple-projects/yii2-sbadmin "*"

```

or add

```
"simple-projects/yii2-sbadmin": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, you have two ways to use it :

Good Way
--------

[](#good-way)

Put in section components in your main config file Path Map configuration

```
'view' => [
            'theme' => [
                'pathMap' => [
                    '@app/views/layouts' => '@vendor/simple-projects/yii2-sbadmin/views/layouts'
                ],
            ],
        ],
```

So your new layout is done. For customizing top and left menu in your layout folder, you should create the files: ***\_left\_navigation.php***

***\_top\_navigation.php***

You can get the structure of the menus from /vendor/simple-projects/yii2-sbadmin/views/layouts directory.

Antoher Way
-----------

[](#antoher-way)

You can copy files from /vendor/simple-projects/yii2-sbadmin/views/layouts to your layouts directory. Note: they wouldn't be updated if there is new version.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

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.

### Community

---

Top Contributors

[![atanas-mavrov](https://avatars.githubusercontent.com/u/18038157?v=4)](https://github.com/atanas-mavrov "atanas-mavrov (3 commits)")

### Embed Badge

![Health badge](/badges/simple-projects-yii2-sbadmin/health.svg)

```
[![Health](https://phpackages.com/badges/simple-projects-yii2-sbadmin/health.svg)](https://phpackages.com/packages/simple-projects-yii2-sbadmin)
```

PHPackages © 2026

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