Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.65 KB

File metadata and controls

33 lines (19 loc) · 1.65 KB

Aura.Html

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.