ubermanu/hyperhtml

HTML elements abstraction for PHP

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ubermanu/hyperhtml

1.5.0 2023-02-07 17:55 UTC

This package is auto-updated.

Last update: 2025-10-08 00:14:14 UTC


README

Tests

HTML elements abstraction for PHP.

Installation

composer require ubermanu/hyperhtml

Usage

<?php
use function Ubermanu\Hyperhtml\h;
echo h('p', 'Hello world!'); // <p>Hello world!</p>

Check out the documentation for more examples.