|
htmLawedPHP code to purify & filter HTML
- make HTML markup in text more secure and standard-compliant
- process text for use in HTML, XHTML or XML documents; HTML5 support
- restrict HTML elements, attributes or URL protocols using block- or allow-lists
- balance tags, check element nesting, transform deprecated attributes and tags, make relative URLs absolute, etc.
- fast, highly customizable, well-documented
- single, 55 kb file
- simple HTML Tidy alternative
- free and licensed under LGPL v3 and GPL v2+
- use to filter, secure & sanitize HTML in blog comments or forum posts, generate XML-compatible feed items from web-page excerpts, convert HTML to XHTML, pretty-print HTML, scrape web-pages, reduce spam, remove XSS code, etc.
more ...
|