PHPackages                             vasadibt/yii2-material-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. vasadibt/yii2-material-dashboard

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

vasadibt/yii2-material-dashboard
================================

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

2.2.4(4y ago)0811MITCSSPHP &gt;=7.4.0

Since Jan 13Pushed 4y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (10)Versions (37)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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~10 days

Total

35

Last Release

1588d ago

Major Versions

1.0.5 → 2.0.32021-09-08

1.0.6 → 2.0.22021-09-08

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

yii2extensiondashboardmaterial

### Embed Badge

![Health badge](/badges/vasadibt-yii2-material-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/vasadibt-yii2-material-dashboard/health.svg)](https://phpackages.com/packages/vasadibt-yii2-material-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)
