From fe24957b844fc7cecf897b4f585e86c5855940a4 Mon Sep 17 00:00:00 2001 From: vladyslavstartsev Date: Sun, 8 Oct 2017 01:21:45 +0300 Subject: [PATCH] Added another scrapper library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0bffeb..18f4124 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page. * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper. * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider. +* [DiDOM](https://github.com/Imangazaliev/DiDOM) - super fast HTML scrapper/parser (because it was build on top of plain PHP). ## Middlewares *Libraries for building application using middlewares.*