PHPackages                             futape/html-utility - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. futape/html-utility

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

futape/html-utility
===================

A library of HTML utilities

1.0.0(6y ago)04MITPHPPHP ~7.2.0CI failing

Since Dec 1Pushed 6y ago1 watchersCompare

[ Source](https://github.com/futape/html-utility)[ Packagist](https://packagist.org/packages/futape/html-utility)[ RSS](/packages/futape-html-utility/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

futape/html-utility
===================

[](#futapehtml-utility)

This library offers a set of utilities for working with HTML markup.

Utility functions are implemented as static functions in an abstract class, which is never expected to be instantiated.

Moreover this library offers a `HtmlInliner` and its subclass `SemanticHtmlInliner` (see below).

Install
-------

[](#install)

```
composer require futape/html-utility
```

Usage
-----

[](#usage)

### Html

[](#html)

This utility class offers functions for working with HTML markup.

```
use Futape\Utility\Html\Html;

echo Html::preformatted("PHP is
