PHPackages                             gwa/zero-module-html5 - 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. gwa/zero-module-html5

ActiveLibrary

gwa/zero-module-html5
=====================

A wordpress html5 module for the zero-library.

0.2.0(10y ago)067MITPHPPHP &gt;=5.4

Since Jan 28Pushed 10y ago2 watchersCompare

[ Source](https://github.com/gwa/zero-module-html5)[ Packagist](https://packagist.org/packages/gwa/zero-module-html5)[ Docs](https://github.com/gwa/zero-module-html5)[ RSS](/packages/gwa-zero-module-html5/feed)WikiDiscussions master Synced 2mo ago

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

zero-module-html5
=================

[](#zero-module-html5)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c1bd8acde249564d5e58805b3fc520a63d01332a7908bc0ab6d4e9ef8b187a51/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6777612f7a65726f2d6d6f64756c652d68746d6c352e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gwa/zero-module-html5)[![Total Downloads](https://camo.githubusercontent.com/fe433dd9c7202d4cdb71c57303e158af16f00a87186beb95be42bcbf443c6beb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6777612f7a65726f2d6d6f64756c652d68746d6c352e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/gwa/zero-module-html5)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Master
------

[](#master)

[![Build Status](https://camo.githubusercontent.com/2bb0f90db81b49b286f1e4a69633ea3e6c1861f72e0ed612ad4ecd9d2fa5a26c/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6777612f7a65726f2d6d6f64756c652d68746d6c352f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/gwa/zero-module-html5)[![Coverage Status](https://camo.githubusercontent.com/a2004a50f59caff56aa9c3847c56769daef2a6bbe8b0acc09a0402725297ba84/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6777612f7a65726f2d6d6f64756c652d68746d6c352f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/gwa/zero-module-html5/code-structure)[![Quality Score](https://camo.githubusercontent.com/0185a179858c0b863a8c843d6aae307d51b6a76d82085a00b9a70bfcedc883ae/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6777612f7a65726f2d6d6f64756c652d68746d6c352f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/gwa/zero-module-html5)

Install
-------

[](#install)

Via Composer

```
$ composer require gwa/zero-module-html5
```

Usage
-----

[](#usage)

Add it to the getModuleClasses function.

```
    protected function getModuleClasses()
    {
        return [
            'Gwa\Wordpress\Zero\Module\Html5Module',
        ];
    }
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ phpunit
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Daniel Bannert](https://github.com/prisis)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

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

Total

2

Last Release

3747d ago

### Community

Maintainers

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

---

Top Contributors

[![prisis](https://avatars.githubusercontent.com/u/2716058?v=4)](https://github.com/prisis "prisis (1 commits)")

---

Tags

wordpresslibrarycleanzerozero-libraryClean upsoil

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/gwa-zero-module-html5/health.svg)

```
[![Health](https://phpackages.com/badges/gwa-zero-module-html5/health.svg)](https://phpackages.com/packages/gwa-zero-module-html5)
```

###  Alternatives

[maiorano84/shortcodes

Implement Shortcode syntax anywhere

7660.0k4](/packages/maiorano84-shortcodes)[devgeniem/wp-safe-fast-and-clean-collection

This is a composer metapackage which includes WordPress plugins that make your site safer, faster and cleaner.

106.3k](/packages/devgeniem-wp-safe-fast-and-clean-collection)

PHPackages © 2026

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