PHPackages                             nemundo/html - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nemundo/html

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nemundo/html
============

Html Generator

6(3y ago)08182MITPHP

Since Aug 17Pushed 9mo ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (7)Used By (2)

Nemundo Html
============

[](#nemundo-html)

Generate Html Code

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

[](#installation)

```
composer require nemundo/html

```

Example
-------

[](#example)

```
$html = new \Nemundo\Html\Document\HtmlDocument();
$html->title = 'Document Example';

$h1 = new \Nemundo\Html\Heading\H1($html);
$h1->content = 'Hello World!';

$p = new \Nemundo\Html\Paragraph\Paragraph($html);
$p->content = 'Lorem ..';

$html->render();

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance41

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 93.8% 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 ~42 days

Recently: every ~53 days

Total

6

Last Release

1157d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55b8a9d9bd04c2fbb2771efac50090d5eb2ceec181c6fdeb72ef0290d6f8f695?d=identicon)[nemundo](/maintainers/nemundo)

---

Top Contributors

[![nemundo](https://avatars.githubusercontent.com/u/641119?v=4)](https://github.com/nemundo "nemundo (121 commits)")[![luzern-tourismus](https://avatars.githubusercontent.com/u/206812369?v=4)](https://github.com/luzern-tourismus "luzern-tourismus (8 commits)")

### Embed Badge

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

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

###  Alternatives

[pguardiario/phpuri

A php library for converting relative urls to absolute.

61422.3k3](/packages/pguardiario-phpuri)[shopware/composer-project

Project template for Shopware projects with composer

6925.0k](/packages/shopware-composer-project)[keyvanakbary/mimic

Dead simple functional library for object prototyping, data hydration and data exposition

2135.2k](/packages/keyvanakbary-mimic)[smoothphp/querybus

A simple bus for queries

1084.9k](/packages/smoothphp-querybus)

PHPackages © 2026

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