We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbc8b0 commit d5a1d1aCopy full SHA for d5a1d1a
README.md
@@ -1,4 +1,15 @@
1
php-simple-html-dom-parser
2
==========================
3
4
-PHP Simple HTML DOM Parser adaptation for Composer and PSR-0
+Version 1.5
5
+
6
+Adaptation for Composer and PSR-0 of:
7
8
+A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way!
9
+Require PHP 5+.
10
+Supports invalid HTML.
11
+Find tags on an HTML page with selectors just like jQuery.
12
+Extract contents from HTML in a single line.
13
14
+http://simplehtmldom.sourceforge.net/
15
0 commit comments