PHPackages                             jjok/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. jjok/html

AbandonedArchivedLibrary

jjok/html
=========

0.1.0(12y ago)019MITPHPPHP &gt;=5.3.0

Since Dec 19Pushed 12y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

HTML
====

[](#html)

[![Build Status](https://camo.githubusercontent.com/204d385280c72426549028fc3b3aa1398d2f3c35daaa658ecc2f26547a3b2da4/68747470733a2f2f7472617669732d63692e6f72672f6a6a6f6b2f48544d4c2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/jjok/HTML)

Examples
--------

[](#examples)

```
use jjok\HTML\SelfClosingElement;

echo new SelfClosingElement(
	'img',
	array(
		'src' => 'some-image.png',
		'alt' => 'My image',
		'width' => '400',
		'height' => '300'
	)
);

//

use jjok\HTML\Element;

echo new Element(
	'span',
	'Some text content',
	array(
		'class' => 'my-class'
	)
);

// Some text content

```

Copyright (c) 2013 Jonathan Jefferies

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4530d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e6d9cfedb34e303c6e6864f46972078b51431219c4431c9aa7acbcff58ec7b75?d=identicon)[jjok](/maintainers/jjok)

---

Top Contributors

[![jjok](https://avatars.githubusercontent.com/u/777648?v=4)](https://github.com/jjok "jjok (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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