Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubermanu/hyperhtml
🦾 HTML elements abstraction for PHP
https://github.com/ubermanu/hyperhtml
elements html hyperhtml hyperscript php
Last synced: 3 days 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 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-07T17:57:17.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T04:30:47.075Z (21 days 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
[![Tests](https://github.com/ubermanu/hyperhtml/actions/workflows/tests.yml/badge.svg)](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.