ubermanu/hyperhtml

HTML elements abstraction for PHP

Maintainers

Package info

github.com/ubermanu/hyperhtml

pkg:composer/ubermanu/hyperhtml

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.5.0 2023-02-07 17:55 UTC

This package is auto-updated.

Last update: 2026-03-08 01:04:59 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.