Add my crawler to the list of scraping tools

I have made a fast and easy extendible website crawler written in PHP, it would be nice to have this on the list of your scraping tools.
This commit is contained in:
Basil 2020-10-04 20:58:15 +02:00 committed by GitHub
parent 0b71752832
commit 5b88a70350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
### Scraping
*Libraries for scraping websites.*
* [Crawler](https://github.com/nadar/crawler) - A highly extendible, dependency free Crawler for HTML, PDF or any other type of Documents.
* [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super fast HTML scrapper and parser.
* [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.