ubermanu / hyperhtml
HTML elements abstraction for PHP
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/ubermanu/hyperhtml
Requires
- php: >=8.0
Requires (Dev)
- phpunit/phpunit: ^9.5
README
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.