Skip to content

Commit d5a1d1a

Browse files
committed
Readme edited
1 parent 1dbc8b0 commit d5a1d1a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
php-simple-html-dom-parser
22
==========================
33

4-
PHP Simple HTML DOM Parser adaptation for Composer and PSR-0
4+
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

Comments
 (0)