Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.