add "Modern Simple HTML DOM Parser for PHP"

-> https://github.com/voku/simple_html_dom

---

This is a fork of PHP Simple HTML DOM Parser project but instead of string manipulation we use DOMDocument and modern php classes like "Symfony CssSelector".
This commit is contained in:
Lars Moelleken 2019-10-26 03:02:57 +02:00
parent 63a4d94d77
commit 3842e17a4a
1 changed files with 1 additions and 0 deletions

View File

@ -612,6 +612,7 @@ Libraries to help manage database schemas and migrations.
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
* [Simple Html Dom Parser](https://github.com/voku/simple_html_dom) - A DOM library for manipulate HTML in a very easy way.
### Strings
*Libraries for parsing and manipulating strings.*