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.
If you load the library in a manner other other composer you'll need to use a PSR-0 compliant autoloader. Some autoloaders to consider using include:
You can visit a list of additional loaders.