php-kit / html5-tools
A collection of libraries for working with HTML5 markup
Installs: 1 889
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2024-11-06 14:43:51 UTC
README
A collection of libraries for working with HTML5 markup
Available Libraries
An HTML5 stream parser
An high performance and ultra-lightweight streaming and event-driven parser for HTML5 documents or document fragments.
An HTML5 syntax highlighter
A minimalistic and ultra-lightweight syntax highlighter for outputting readable HTML5 documents or document fragments.
It supports markup fragments beginning and ending anywhere, even midway trough a tag or attribute.
Roadmap
Libraries that are planned for development
An HTML5 (re)formatter
A high performance streaming formatter of HTML5 markup.
It outputs reformatted markup while reading and parsing an input HTML5 document or fragment, with no intermediate DOM and with very low memory usage.
Instalation
Requirements
- PHP version >= 5.6
Installation
Install via Composer:
composer require php-kit/html5-tools
License
The MIT license. See the accompanying LICENSE
file.
Copyright © 2016 Cláudio Silva and Impactwave, Lda.