PHPackages                             siripravi/yii2-bs5material-dashboard - 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. siripravi/yii2-bs5material-dashboard

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

siripravi/yii2-bs5material-dashboard
====================================

Complete dashboard module with login and lock page with material designed template

v1.0(4y ago)01MITCSSPHP &gt;=7.4.0

Since Nov 26Pushed 1y agoCompare

[ Source](https://github.com/siripravi/yii2-bs5material-dashboard)[ Packagist](https://packagist.org/packages/siripravi/yii2-bs5material-dashboard)[ Docs](https://github.com/vasadibt/yii2-material-dashboard)[ RSS](/packages/siripravi-yii2-bs5material-dashboard/feed)WikiDiscussions restructured-version Synced 1mo ago

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

Getting started with Yii2-material-dashboard
============================================

[](#getting-started-with-yii2-material-dashboard)

1. Install via composer
-----------------------

[](#1-install-via-composer)

Yii2-material-dashboard can be installed using composer. Run following command to install:

```
php composer.phar require vasadibt/yii2-material-dashboard
```

2. base configurations
----------------------

[](#2-base-configurations)

Add kartik grid module to the application modules config

```
'modules' => [
    // ...
    'gridview' => [
        'class' => '\kartik\grid\Module'
    ],
],
```

Add material to view component theme part in components configurations

```
'layoutPath' => '@vendor/vasadibt/yii2-material-dashboard/src/views/layouts',

'components' => [
    // ...
    'view' => [
        // ...
        'theme' => [
            'pathMap' => [
                '@vasadibt/materialdashboard/views' => '@app/views',
            ],
        ],
    ],
],
```

Turn Off the bootstrap4 dependency in `BootstrapNotifyAsset` class

```
'components' => [
    // ...
    'assetManager' => [
        // ...
        'bundles' => [
            // ...
            'yii\bootstrap\BootstrapAsset' => ['css' => [], 'js' => [], 'depends' => ['vasadibt\materialdashboard\assets\MaterialAsset']],
            'yii\bootstrap\BootstrapPluginAsset' => ['css' => [], 'js' => [], 'depends' => ['vasadibt\materialdashboard\assets\MaterialAsset']],
            'yii\bootstrap4\BootstrapAsset' => ['css' => [], 'js' => [], 'depends' => ['vasadibt\materialdashboard\assets\MaterialAsset']],
            'yii\bootstrap4\BootstrapPluginAsset' => ['css' => [], 'js' => [], 'depends' => ['vasadibt\materialdashboard\assets\MaterialAsset']],
            'kartik\dialog\DialogBootstrapAsset' => ['depends' => ['vasadibt\materialdashboard\assets\MaterialAsset']],
        ],
    ],
],
```

And add material config component to components configurations, And set the default app asset class

```
'components' => [
    // ...
    'material' => [
        'class' => 'vasadibt\materialdashboard\components\Material',
        'appAssetClass' => 'frontend\assets\AppAsset',
    ],
],
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.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

Unknown

Total

1

Last Release

1629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/635f6e9d00421cfc2eae6b8dd3e12a6229eaa3eafa0cb23702a15edef7b215bd?d=identicon)[siripravi](/maintainers/siripravi)

---

Top Contributors

[![vasadibt](https://avatars.githubusercontent.com/u/9213794?v=4)](https://github.com/vasadibt "vasadibt (42 commits)")[![siripravi](https://avatars.githubusercontent.com/u/174201?v=4)](https://github.com/siripravi "siripravi (3 commits)")

---

Tags

yii2extensiondashboardmaterial

### Embed Badge

![Health badge](/badges/siripravi-yii2-bs5material-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/siripravi-yii2-bs5material-dashboard/health.svg)](https://phpackages.com/packages/siripravi-yii2-bs5material-dashboard)
```

###  Alternatives

[deyraka/yii2-material-dashboard

Material Dashboard Theme for Yii 2.0

121.9k](/packages/deyraka-yii2-material-dashboard)

PHPackages © 2026

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