We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The html5 parser/serializer is PSR-0 compliant and should work with any PSR-0 autoloader.
The recommended installation approach is through composer. To install, add masterminds/html5 to your composer.json file:
masterminds/html5
composer.json
{ "require" : { "masterminds/html5": "dev-master" }, }
(You may substitute dev-master for a more stable release tag, of course.)
dev-master
From there, use the composer install or composer update commands to install.
composer install
composer update
If you need a package download for your own autoloader you can get it from the release listing.