PHPackages                             ui-awesome/html-interop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. ui-awesome/html-interop

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

ui-awesome/html-interop
=======================

UI Awesome HTML Interop backed enums for PHP.

0.3.1(2mo ago)136.3k—0%7BSD-3-ClausePHPPHP ^8.1CI passing

Since Mar 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ui-awesome/html-interop)[ Packagist](https://packagist.org/packages/ui-awesome/html-interop)[ RSS](/packages/ui-awesome-html-interop/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (5)Versions (11)Used By (7)

    ![UI Awesome](https://raw.githubusercontent.com/ui-awesome/.github/refs/heads/main/logo/ui_awesome_dark.png)

Html interop
============

[](#html-interop)

 **Type-safe string-backed enums for HTML tag interoperability**
 *Provides standardized tag collections for block, inline, list, root, table, metadata, and void elements.*

Features
--------

[](#features)

  ![Feature Overview](./docs/svgs/features-mobile.svg)### Installation

[](#installation)

```
composer require ui-awesome/html-interop:^0.4
```

### Quick start

[](#quick-start)

#### Using block-level HTML tags

[](#using-block-level-html-tags)

Access standardized block-level tag names through the `Block` enum.

```
