PHPackages                             kingzeus/yii2-bootstrap-material - 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. [Templating &amp; Views](/categories/templating)
4. /
5. kingzeus/yii2-bootstrap-material

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

kingzeus/yii2-bootstrap-material
================================

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

1.0(11y ago)05MITPHP

Since Apr 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/kingzeus/yii2-bootstrap-material)[ Packagist](https://packagist.org/packages/kingzeus/yii2-bootstrap-material)[ RSS](/packages/kingzeus-yii2-bootstrap-material/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

yii2-bootstrap-material
=======================

[](#yii2-bootstrap-material)

Composer package for implementing FezVrasta's bootstrap material design in Yii2

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

[](#installation)

Either run

```
composer global require "romdim/yii2-bootstrap-material:dev-master"

```

Or add

```
"romdim/yii2-bootstrap-material": "dev-master",

```

to the require section of your composer.json file.

There is now another branch called material-0-2-2 which uses the FezVrasta's bootstrap material design Version 0.2.2 which seems better to me right now. You can use this branch by changing dev-master to dev-material-0-2-2 at the above code.

Usage
-----

[](#usage)

After installation, just add

```
    public $depends = [
        'yii\web\YiiAsset',
		'romdim\bootstrap\material\BootMaterialCssAsset'
		'romdim\bootstrap\material\BootMaterialJsAsset'
    ];

```

in your AppAsset

If you want to use the minified versions then, you can add:

```
$config = [
    ...
    'components' => [
        ...
        'assetManager' => [
            'class' => 'yii\web\AssetManager',
            'appendTimestamp' => true,
            'bundles' => [
                ...
                'romdim\bootstrap\material\BootMaterialCssAsset' => [
                    'css' => [
                        YII_ENV_DEV ? 'css/ripples.css' : 'css/ripples.min.css',
                        YII_ENV_DEV ? 'css/material-fullpalette.css' : 'css/material-fullpalette.min.css',
                    ]
                ],
                'romdim\bootstrap\material\BootMaterialJsAsset' => [
                    'js' => [
                        YII_ENV_DEV ? 'js/ripples.js' : 'js/ripples.min.js',
                        YII_ENV_DEV ? 'js/material.js' : 'js/material.min.js',
                    ]
                ]
                ...
            ]
        ]
        ...
    ]
    ...
]

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~0 days

Total

5

Last Release

4056d ago

Major Versions

0.1.3 → 1.02015-04-03

### Community

Maintainers

![](https://www.gravatar.com/avatar/033736c46cf0dbe49c338daabf186df752b746c01b699bd094b26244f801461f?d=identicon)[kingzeus](/maintainers/kingzeus)

---

Top Contributors

[![romdim](https://avatars.githubusercontent.com/u/2739250?v=4)](https://github.com/romdim "romdim (17 commits)")[![kingzeus](https://avatars.githubusercontent.com/u/2177109?v=4)](https://github.com/kingzeus "kingzeus (3 commits)")

---

Tags

yii2yiibootstrapmaterial

### Embed Badge

![Health badge](/badges/kingzeus-yii2-bootstrap-material/health.svg)

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

###  Alternatives

[romdim/yii2-bootstrap-material

Composer package for implementing FezVrasta's bootstrap material design in Yii2.

2010.9k3](/packages/romdim-yii2-bootstrap-material)[nkovacs/yii2-datetimepicker

Bootstrap datetimepicker widget for Yii 2, based on Eonasdan/bootstrap-datetimepicker.

1062.7k](/packages/nkovacs-yii2-datetimepicker)[raoul2000/yii2-bootswatch-asset

Use Bootswatch theme in your Yii application with minimum effort

2145.0k4](/packages/raoul2000-yii2-bootswatch-asset)[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)
