Adding PHPScraper library in

This commit is contained in:
Peter Thaleikis 2020-06-09 13:54:26 +04:00
parent eb57137df1
commit 8c7a639ee8

View File

@ -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. * [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. * [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 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 ### Middlewares
*Libraries for building application using middlewares.* *Libraries for building application using middlewares.*