Download the PHP package fozbek/scrawler without Composer
On this page you can find all versions of the php package fozbek/scrawler. 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 scrawler
Scrawler
Description
Simple, schema based scraping tool
Installation
composer require fozbek/scrawler
Usage
Simple usage
Google Example
Response (Formatted)
{
"title": "Google",
"a-tags": [
{
"text": "Grseller",
"url": "https://www.google.com.tr/imghp?hl=tr&tab=wi"
},
{
"text": "Haritalar",
"url": "https://maps.google.com.tr/maps?hl=tr&tab=wl"
}
...
]
}
Examples
You can test all of these in any site that uses xenforo. Example url: https://xenforo.com/community/forums/announcements/
-
Single selector
-
Loop selector
-
New Request
- You can combine them :)
All versions of scrawler with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
guzzlehttp/guzzle Version ~6.0|^7.0.1
imangazaliev/didom Version ^2.0
ext-dom Version *
guzzlehttp/guzzle Version ~6.0|^7.0.1
imangazaliev/didom Version ^2.0
ext-dom Version *
The package fozbek/scrawler contains the following files
Loading the files please wait ....