Download the PHP package eelcol/laravel-scrapers without Composer
On this page you can find all versions of the php package eelcol/laravel-scrapers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-scrapers
Laravel Scrapers
A Laravel package to scrape webpages using ScrapingBee and/or ScraperApi.
Examples
-
Scrape an URL:
-
Scrape an image:
-
Use a specific scraper:
-
Use premium proxies:
- When writing a test that triggers the scraper, you probably do not want to use ScraperAPI or ScrapingBee. In that case, include the test method in your test:
Installation
Require this package with composer.
`
Add to your env:
When using a different proxy, add the following variables to your .env: `
The following values are allowed for SCRAPER_PROVIDER
- scrapingbee
- scraperapi
- http
- proxy
Use http
for normal HTTP requests, without using a scraper provider. Use proxy
to use a custom defined proxy.
All versions of laravel-scrapers with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^8|^9|^10|^11
illuminate/database Version ^8|^9|^10|^11
guzzlehttp/guzzle Version ^7.0.1
illuminate/support Version ^8|^9|^10|^11
illuminate/database Version ^8|^9|^10|^11
guzzlehttp/guzzle Version ^7.0.1
The package eelcol/laravel-scrapers contains the following files
Loading the files please wait ....