Libraries tagged by html dom
caophihung94/php-simple-html-dom-parser
92420 Downloads
PHP Simple HTML DOM Parser with namespace and PHP 7.4 compatible
ammadeuss/laravel-html-dom-parser
360444 Downloads
Laravel wrapper for the PHP Simple HTML DOM Parser package
athoshun/html-filter
28132 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
10336 Downloads
Replace image URLs found in HTML
kuria/dom
14330 Downloads
Wrappers around the PHP DOM classes
shopwarelabs/dompdf
2007585 Downloads
DOMPDF is a CSS 2.1 compliant HTML to PDF converter
hkvstore/dompdf
238714 Downloads
DOMPDF is a CSS 2.1 compliant HTML to PDF converter
duncan3dc/domparser
307821 Downloads
Wrappers for the standard DOMDocument class to provide extra functionality for html/xml parsing
niels/ganon
67187 Downloads
Fast (HTML DOM) parser written in PHP.
keltstr/yii2-simplehtmldom
174245 Downloads
"PHP Simple HTML DOM Parser" rev.210 adapted to Yii2 psr-4(namespace autoload class) based on serhatozles/yii2-simplehtmldom(rev.196)
rss-bridge/rss-bridge
517 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
7121 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
41189 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
47975 Downloads
A package for php to generate html markup with object representation but without the overhead of domXML or SimpelXML.
wikia/simplehtmldom
79899 Downloads
A simple PHP HTML DOM parser written in PHP5+, supports invalid HTML, and provides a very easy way to handle HTML elements.