An open API service indexing awesome lists of open source software.

https://github.com/hexydec/htmldoc

A token based HTML Document parser and minifier written in PHP. Extract attribute values and text using CSS selectors.
https://github.com/hexydec/htmldoc

html html-dom-parser html-parser html5 minification minify minify-html php simplehtmldom svg tokenize tokenizer

Last synced: 4 months ago
JSON representation

A token based HTML Document parser and minifier written in PHP. Extract attribute values and text using CSS selectors.

Awesome Lists containing this project

README

          

# HTMLdoc

HTMLdoc is a PHP based HTML compiler designed for extracting document contents and minification. It has been built as a replacement for simple_html_dom, with a minification process.

- [How it works](how-it-works.md)
- [How to use and examples](how-to-use.md)
- [API Reference](api/readme.md)
- [Mitigating Side Effects of Minification](mitigating-side-effects.md)
- [About Document Recycling](recycling.md)
- [Object Performance](performance.md)