Search by

aura / html

hariktpmjones

Provides HTML escapers and helpers, including form input helpers.

Package info

github.com/auraphp/Aura.Html

pkg:composer/aura/html

Statistics

Installs: 290 562

Dependents: 27

Suggesters: 2

Stars: 52

Open Issues: 0

7.0.0-beta1 2026-09-08 11:47 UTC

This package is auto-updated.

Last update: 2026-09-10 06:41:16 UTC


README

Provides HTML escapers and helpers, including form input helpers, that can be used in any template, view, or presentation system.

Foreword

Installation

This library requires PHP 8.4 or later with at least one of the mbstring or iconv extensions. It has no userland dependencies.

It is installable and autoloadable via Composer as aura/html.

Quality

Scrutinizer Code Quality codecov Continuous Integration

To run the unit tests at the command line, issue composer install and then vendor/bin/phpunit at the package root. This requires Composer to be available as composer.

This library attempts to comply with PSR-1, PSR-12, and PSR-4.

Community

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our Google Group or follow @auraphp on X.

Documentation

This package is fully documented here.

Coming from 2.x? See the upgrade notes.