https://github.com/ubermanu/hyperhtml
🦾 HTML elements abstraction for PHP
https://github.com/ubermanu/hyperhtml
elements html hyperhtml hyperscript php
Last synced: about 1 month ago
JSON representation
🦾 HTML elements abstraction for PHP
- Host: GitHub
- URL: https://github.com/ubermanu/hyperhtml
- Owner: ubermanu
- License: mit
- Created: 2022-09-12T10:47:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T17:57:17.000Z (about 3 years ago)
- Last Synced: 2025-03-08T17:01:54.287Z (11 months ago)
- Topics: elements, html, hyperhtml, hyperscript, php
- Language: PHP
- Homepage: https://ubermanu.github.io/hyperhtml
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hyperhtml
[](https://github.com/ubermanu/hyperhtml/actions/workflows/tests.yml)
HTML elements abstraction for PHP.
## Installation
```bash
composer require ubermanu/hyperhtml
```
## Usage
```php
Hello world!
```
Check out the [documentation](https://ubermanu.github.io/hyperhtml/) for more examples.