PHPackages                             uomocon/materialize - 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. uomocon/materialize

ActiveYii2-extension

uomocon/materialize
===================

Materialize CSS extension for the Yii framework

1.1.1(5y ago)27BSD-3-ClausePHPPHP &gt;=5.6.0

Since Dec 20Pushed 5y agoCompare

[ Source](https://github.com/UomoCon/materialize)[ Packagist](https://packagist.org/packages/uomocon/materialize)[ RSS](/packages/uomocon-materialize/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (2)Versions (3)Used By (0)

Materialize CSS for Yii2
========================

[](#materialize-css-for-yii2)

---

This package integrates the Materialize CSS framework into [Yii2](http://www.yiiframework.com/). [Materialize](http://materializecss.com/) is a modern responsive front-end framework based on Material Design.

See [official documentation](http://macgyer.github.io/yii2-materializecss/) for detailed information.

---

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

[](#installation)

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

Either run

```
$ composer require uomocon/materialize "*"
```

or add

```
"uomocon/materialize": "*"
```

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

Usage
-----

[](#usage)

To load the Materialize CSS files integrate the MaterializeAsset into your app. Two ways to achieve this is to register the asset in the main layout:

```
// @app/views/layouts/main.php

\uomocon\materialize\assets\MaterializeAsset::register($this);
// further code
```

or as a dependency in your app wide AppAsset.php

```
// @app/assets/AppAsset.php

public $depends = [
    'uomocon\materialize\assets\MaterializeAsset',
    // more dependencies
];
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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.

###  Release Activity

Cadence

Every ~31 days

Total

2

Last Release

1943d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/07645ac9765d96dab57fb534f4dfc2fe993b000b81129e0ea3193a481832cdf4?d=identicon)[robsondrs](/maintainers/robsondrs)

---

Top Contributors

[![robsondrs](https://avatars.githubusercontent.com/u/53342735?v=4)](https://github.com/robsondrs "robsondrs (12 commits)")

---

Tags

yii2widgetsmaterializematerial-design

### Embed Badge

![Health badge](/badges/uomocon-materialize/health.svg)

```
[![Health](https://phpackages.com/badges/uomocon-materialize/health.svg)](https://phpackages.com/packages/uomocon-materialize)
```

###  Alternatives

[macgyer/yii2-materializecss

Materialize CSS implementation for Yii2

8957.3k](/packages/macgyer-yii2-materializecss)[asinfotrack/yii2-toolbox

Yii2-Toolbox is a collection of useful helpers, widgets etc. extending the basic functionality of Yii2

1230.5k5](/packages/asinfotrack-yii2-toolbox)

PHPackages © 2026

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