aura/html

Provides HTML escapers and helpers, including form input helpers.

Package info

github.com/auraphp/Aura.Html

pkg:composer/aura/html

Statistics

Installs: 280 034

Dependents: 26

Suggesters: 1

Stars: 52

Open Issues: 0

2.6.0 2022-02-19 07:18 UTC

Requires

  • php: >=5.3.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-2-Clause 2b1a53cd8d07a734a57d21a6492a915c74d04d56

helpersformhtmlescapinginputhelperescaperEscapeescapers

This package is auto-updated.

Last update: 2026-06-23 07:23:41 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, follow @auraphp on X, or chat with us on #auraphp on Freenode.

Documentation

This package is fully documented here.