PHPackages                             antonyz89/yii2-material-design-lite - 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. antonyz89/yii2-material-design-lite

ActiveYii2-extension

antonyz89/yii2-material-design-lite
===================================

Material Design Lite for Yii2

v0.0.1-beta(4y ago)020[4 issues](https://github.com/AntonyZ89/yii2-material-design-lite/issues)MITJavaScriptPHP &gt;=7.2

Since Jul 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/AntonyZ89/yii2-material-design-lite)[ Packagist](https://packagist.org/packages/antonyz89/yii2-material-design-lite)[ RSS](/packages/antonyz89-yii2-material-design-lite/feed)WikiDiscussions main Synced 1mo ago

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

Yii2 - Material Design Lite
===========================

[](#yii2---material-design-lite)

Material Design Lite for Yii2

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

[](#installation)

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

Either run

```
php composer.phar require --prefer-dist antonyz89/yii2-material-design-lite "*"

```

or add

```
"antonyz89/yii2-material-design-lite": "*"

```

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

Usage
-----

[](#usage)

Before use:

1. Remove **bootstrap css**
2. Remove **Kartik's DialogBootstrap js and css**

```
# common/config/main.php

[
    'components' => [
        'assetManager' => [
            //'forceCopy' => true,
            'converter' => [
                //'forceConvert' => true,
                'commands' => [
                    'scss' => ['css', 'sass {from} {to} --source-map'],
                ]
            ],
            'bundles' => [
                BootstrapAsset::class => ['css' => []],
                DialogBootstrapAsset::class => ['js' => [], 'css' => []]
            ]
        ]
    ]
];
```

3. add `MaterialAsset::class` to your `AppAsset::class`

```
use antonyz89\mdl\MaterialAsset;
use yii\web\YiiAsset;

class AppAsset extends AssetBundle
{
    public $basePath = '@webroot';
    public $baseUrl = '@web';

    public $css = [];
    public $js = [];
    public $depends = [
        // ...
        YiiAsset::class,
        MaterialAsset::class
    ];
}
```

FEATURES
========

[](#features)

- Material Design via Material Design Lite
- Ecmascript 6 (with babel)
- Responsive **dark** and **white** Material Design.
- User experience focused
- Sass
- D3 and NVD3
- MIT License

CREDITS
=======

[](#credits)

- UI components built with [Material Design Lite](http://www.getmdl.io).
- [Material Dashboard Lite](https://github.com/CreativeIT/material-dashboard-lite) for awesome responsive dashboard with dark theme, components, charts and much more. ( Who this library is based )
- [Kartik](https://github.com/kartik-v) enhanced yii2's components

Support the project
===================

[](#support-the-project)

- Star the repo
- Create issue report or feature request

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1758d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68c187c364cc778fd93b1ca011536893e6fc1e9e9c1b0dfee490fb23904265ae?d=identicon)[AntonyDev](/maintainers/AntonyDev)

---

Top Contributors

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

---

Tags

yii2extensiondesignmateriallite

### Embed Badge

![Health badge](/badges/antonyz89-yii2-material-design-lite/health.svg)

```
[![Health](https://phpackages.com/badges/antonyz89-yii2-material-design-lite/health.svg)](https://phpackages.com/packages/antonyz89-yii2-material-design-lite)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[kartik-v/yii2-widgets

Collection of useful widgets for Yii Framework 2.0 extending functionalities for Bootstrap

5593.9M116](/packages/kartik-v-yii2-widgets)[ricar2ce/yii2-material-theme

Material Theme for Yii2

175.8k](/packages/ricar2ce-yii2-material-theme)

PHPackages © 2026

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