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: about 1 month ago
JSON representation

🦾 HTML elements abstraction for PHP

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.