thewebsolver / scraper
A simple and straight-forward PHP package to scrape content
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thewebsolver/scraper
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpcompatibility/phpcompatibility-wp: ^2.1
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^11.5
- squizlabs/php_codesniffer: ^3.11
- wp-coding-standards/wpcs: ^3.1
This package is auto-updated.
Last update: 2025-09-18 11:54:06 UTC
README
TheWebSolver Scraper is a simple and straight-forward PHP package to scrape web content.
Installation (via Composer)
Install library using composer command:
$ composer require thewebsolver/scraper
Usage
For usage details, visit Wiki page.