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

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

rocketphp/html
==============

Object oriented HTML generation.

1.0.0(10y ago)0221MITHTMLPHP &gt;=5.5

Since Sep 1Pushed 10y agoCompare

[ Source](https://github.com/rocketphp/html)[ Packagist](https://packagist.org/packages/rocketphp/html)[ Docs](https://github.com/rocketphp/html)[ RSS](/packages/rocketphp-html/feed)WikiDiscussions master Synced 3w ago

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

html
====

[](#html)

[![Build Status](https://camo.githubusercontent.com/2570e7972622315ef65cb1bda5e1a24f00659ab373d4ec9fa24b7e49a0549930/68747470733a2f2f7472617669732d63692e6f72672f726f636b65747068702f68746d6c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rocketphp/html)[![Coverage Status](https://camo.githubusercontent.com/996448cc27cd9d1a0edd91b9a8021783e046a82f78b6019040e5d85919cd47f3/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f726f636b65747068702f68746d6c2f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/rocketphp/html?branch=master)[![Dependency Status](https://camo.githubusercontent.com/aba5e33b790165133d67298b3526dd086d8bd0c18dc559ba8bc9df558a0bc966/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3535653565623434386330663632303031393030303534302f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/55e5eb448c0f620019000540)

[![Latest Stable Version](https://camo.githubusercontent.com/5195fd5d053e3a038d4a6006e3b7eafde18711d3e381278ba215b40d9a7e7b14/68747470733a2f2f706f7365722e707567782e6f72672f726f636b65747068702f68746d6c2f762f737461626c65)](https://packagist.org/packages/rocketphp/html)[![License](https://camo.githubusercontent.com/3b8ba065726484a1cc8e3d177fb5aa323a878df165e55dc033a1d5a653665ecf/68747470733a2f2f706f7365722e707567782e6f72672f726f636b65747068702f68746d6c2f6c6963656e7365)](https://packagist.org/packages/rocketphp/html)

[![This is a forkable respository](https://camo.githubusercontent.com/e22d060f09fbd60a85b246078e4f17188adf378fbf3170d4795333c14855295f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f666f726b61626c652d7965732d627269676874677265656e2e737667)](https://basicallydan.github.io/forkability/?u=rocketphp&r=html)

`RocketPHP\HTML` is a component for object oriented HTML generation.

***To construct HTML*** – start with an instance of HTML and add tags by accessing the tag’s method on that object.

```
use RocketPHP\HTML\HTML;

$h = new HTML();
$div = $h->div('id="foo" class="bar"');
$div->p('Hello, World!');
echo $h;
```

```

    Hello, World!

```

- File issues at
- Documentation is at

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3909d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/49f1849bfe77d7b1f690702822ed209ba24bbb4918a8326287d43df7c6c7751b?d=identicon)[rocketphp](/maintainers/rocketphp)

---

Top Contributors

[![ericmdev](https://avatars.githubusercontent.com/u/14803273?v=4)](https://github.com/ericmdev "ericmdev (3 commits)")

---

Tags

htmlrocketphp

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[phpoffice/phpword

PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)

7.6k37.4M220](/packages/phpoffice-phpword)[latte/latte

☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.

1.3k16.0M748](/packages/latte-latte)[twig/string-extra

A Twig extension for Symfony String

22149.2M204](/packages/twig-string-extra)[exercise/htmlpurifier-bundle

HTMLPurifier integration for your Symfony project

27611.8M19](/packages/exercise-htmlpurifier-bundle)[twig/markdown-extra

A Twig extension for Markdown

12115.5M117](/packages/twig-markdown-extra)[laminas/laminas-view

Fast and type safe HTML templating library with a flexible plugin system supporting multistep template composition

7527.7M260](/packages/laminas-laminas-view)

PHPackages © 2026

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