From 8c7a639ee8094c53d183ea727f3cd385fb6d5a25 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Tue, 9 Jun 2020 13:54:26 +0400 Subject: [PATCH] Adding PHPScraper library in --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a59559f..73973b3 100644 --- a/README.md +++ b/README.md @@ -234,6 +234,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper. * [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony. * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider. +* [PHP Scraper](https://github.com/spekulatius/phpscraper) - an highly opinionated web-interface. ### Middlewares *Libraries for building application using middlewares.*