| 1 |
# PHP Simple HTML DOM Parser |
| 2 |
|
| 3 |
A fast, simple and reliable HTML document parser for PHP. |
| 4 |
|
| 5 |
Created by S.C. Chen, based on [](http://php-html.sourceforge.net/HTML Parser for PHP 4](http://php-html.sourceforge.net/](http://php-html.sourceforge.net/) by Jose |
| 6 |
Solorzano. |
| 7 |
|
| 8 |
# Parse any HTML document |
| 9 |
|
| 10 |
PHP Simple HTML DOM Parser handles any HTML document, even ones that are considered |
| 11 |
invalid by the [](https://www.w3.org/TR/html/HTML](https://www.w3.org/TR/html/](https://www.w3.org/TR/html/) specification. |
| 12 |
|
| 13 |
# Select elements using CSS selectors |
| 14 |
|
| 15 |
PHP Simple HTML DOM Parser supports CSS style selectors to navigate the DOM, |
| 16 |
similar to [](https://jquery.com/jQuery](https://jquery.com/](https://jquery.com/). |
| 17 |
|
| 18 |
# Download |
| 19 |
|
| 20 |
* Download the latest version from [](https://sourceforge.net/projects/simplehtmldom/SourceForge](https://sourceforge.net/projects/simplehtmldom/](https://sourceforge.net/projects/simplehtmldom/) |
| 21 |
|
| 22 |
# Contributing |
| 23 |
|
| 24 |
* Request features on the [](https://sourceforge.net/p/simplehtmldom/feature-requests/Feature Request Tracker](https://sourceforge.net/p/simplehtmldom/feature-requests/](https://sourceforge.net/p/simplehtmldom/feature-requests/) |
| 25 |
* Report bugs on the [](https://sourceforge.net/p/simplehtmldom/bugs/Bug Tracker](https://sourceforge.net/p/simplehtmldom/bugs/](https://sourceforge.net/p/simplehtmldom/bugs/) |
| 26 |
* Get involved with the community on the [](https://sourceforge.net/p/simplehtmldom/discussion/Discussions Board](https://sourceforge.net/p/simplehtmldom/discussion/](https://sourceforge.net/p/simplehtmldom/discussion/) |
| 27 |
|
| 28 |
# License |
| 29 |
|
| 30 |
PHP Simple HTML DOM Parser is [](https://en.wikipedia.org/wiki/Free_softwareFree Software](https://en.wikipedia.org/wiki/Free_software](https://en.wikipedia.org/wiki/Free_software) |
| 31 |
licensed under the [](https://opensource.org/licenses/MITMIT License](https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT). |