Browse Source

Merge pull request #1253 from ziadoz/alexkart-patch-2

Remove Goutte
pull/1254/head
Alexander Kartavenko 1 year ago
parent
commit
730ba95664
No account linked to committer's email address
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      README.md

+ 2
- 3
README.md View File

228
 ### Scraping
228
 ### Scraping
229
 *Libraries for scraping websites and detecting crawlers.*
229
 *Libraries for scraping websites and detecting crawlers.*
230
 
230
 
231
-* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
232
 * [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
231
 * [Chrome PHP](https://github.com/chrome-php/chrome) - Instrument headless Chrome/Chromium instances from PHP.
232
+* [CrawlerDetect](https://github.com/JayBizzle/Crawler-Detect) - A PHP class for detecting bots/crawlers/spiders via the user agent.
233
 * [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
233
 * [DiDOM](https://github.com/Imangazaliev/DiDOM) - A super-fast HTML scrapper and parser.
234
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
234
 * [Embed](https://github.com/oscarotero/Embed) - An information extractor from any web service or page.
235
-* [Goutte](https://github.com/FriendsOfPHP/Goutte) - A simple web scraper.
236
-* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
237
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
235
 * [PHP Spider](https://github.com/mvdbos/php-spider) - A configurable and extensible PHP web spider.
236
+* [Symfony Panther](https://github.com/symfony/panther) - A browser testing and web crawling library for PHP and Symfony.
238
 
237
 
239
 ### Middlewares
238
 ### Middlewares
240
 *Libraries for building application using middlewares.*
239
 *Libraries for building application using middlewares.*

Loading…
Cancel
Save