mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-07 16:33:35 +00:00
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:
parent
63a4d94d77
commit
3842e17a4a
@ -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.
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
||||||
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
||||||
* [PHP Markdown](https://github.com/michelf/php-markdown) - A 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
|
### Strings
|
||||||
*Libraries for parsing and manipulating strings.*
|
*Libraries for parsing and manipulating strings.*
|
||||||
|
Loading…
Reference in New Issue
Block a user