From 319708452359f721c53bf5ea62beae387cecc35a Mon Sep 17 00:00:00 2001 From: Thibault Marquand - Mediashare Date: Mon, 27 Jan 2020 03:00:55 +0100 Subject: [PATCH] [Scraping] Add Spider crawler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b2bdb7..b61d741 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,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. +* [Spider](https://github.com/Mediashare/Spider) - A website crawler easily modulable. ### Middlewares *Libraries for building application using middlewares.*