Libraries tagged by html dom
lysice/php-simple-html-dom-parser
30318 Downloads
Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.
emanueleminotto/simple-html-dom
82898 Downloads
PHP Simple HTML DOM Parser
caophihung94/php-simple-html-dom-parser
104905 Downloads
PHP Simple HTML DOM Parser with namespace and PHP 7.4 compatible
ammadeuss/laravel-html-dom-parser
362534 Downloads
Laravel wrapper for the PHP Simple HTML DOM Parser package
athoshun/html-filter
34565 Downloads
Remove tags or attributes based on a whitelist from a snippet of well-formatted HTML text using PHP's DOM library
rosell-dk/dom-util-for-webp
13203 Downloads
Replace image URLs found in HTML
levmyshkin/dom_purify
14460 Downloads
DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG
shopwarelabs/dompdf
2042311 Downloads
DOMPDF is a CSS 2.1 compliant HTML to PDF converter
hkvstore/dompdf
250117 Downloads
DOMPDF is a CSS 2.1 compliant HTML to PDF converter
niels/ganon
68749 Downloads
Fast (HTML DOM) parser written in PHP.
mgargano/simplehtmldom
548134 Downloads
Composer package that gives you access to and (unlike all the others at this time) autoloads S.C. Chen's PHP Simple HTML DOM Parser Library
rss-bridge/rss-bridge
545 Downloads
RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode.
hexydec/htmldoc
8467 Downloads
A token based HTML document parser and minifier. Minify HTML documents including inline CSS, Javascript, and SVG's on the fly. Extract document text, attributes, and fragments. Full test suite.
soosyze/kses
48834 Downloads
An HTML/XHTML filter written in PHP. Checks on attribute values. Can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks, among other things.
naucon/htmlbuilder
50857 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.