From 3842e17a4aae8a86f43c3937784d0dc2de9a7bba Mon Sep 17 00:00:00 2001 From: Lars Moelleken Date: Sat, 26 Oct 2019 03:02:57 +0200 Subject: [PATCH] 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". --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b873613..7c3cd53 100644 --- a/README.md +++ b/README.md @@ -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.*