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

ActiveLibrary[Templating &amp; Views](/categories/templating)

nemundo/materialize
===================

Materialize Design based on Html Rendering

0.3(7y ago)011MITPHP

Since Apr 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/nemundo/materialize)[ Packagist](https://packagist.org/packages/nemundo/materialize)[ RSS](/packages/nemundo-materialize/feed)WikiDiscussions master Synced 4d ago

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

Materialize Css
===============

[](#materialize-css)

Based on Html Rendering Engine

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

[](#installation)

```
composer require nemundo/materialize

```

### Dev Installation

[](#dev-installation)

```
git submodule add https://github.com/nemundo/materialize.git lib/materialize

```

Example
-------

[](#example)

```
$document = new \Nemundo\Materialize\Document\MaterializeDocument();

$title = new \Nemundo\Html\Heading\H1($document);
$title->content = 'Materialize';

$p = new \Nemundo\Html\Paragraph\Paragraph($document);
$p->content = '123123123123123123123';

$table = new \Nemundo\Html\Table\Table($document);

$thead = new \Nemundo\Html\Table\Thead($table);

$th = new \Nemundo\Html\Table\Th($thead);
$th->content = 'Row 1';

$th = new \Nemundo\Html\Table\Th($thead);
$th->content = 'Row 2';

$tr = new \Nemundo\Html\Table\Tr($table);

$td = new \Nemundo\Html\Table\Td($tr);
$td->content = 'first';

$td = new \Nemundo\Html\Table\Td($tr);
$td->content = 'second';

$document->render();

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~2 days

Total

3

Last Release

2634d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/641119?v=4)[Urs Lang](/maintainers/nemundo)[@nemundo](https://github.com/nemundo)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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