wangjian / spiderman
the high performance crawler framework
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/wangjian/spiderman
Requires
- php: ~7.0
- guzzlehttp/guzzle: ^6.3
- imangazaliev/didom: ^1.13
- predis/predis: ^1.1
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is not auto-updated.
Last update: 2025-09-26 17:19:07 UTC
README
Spiderman is a high performance crawler framework, which you can use to develop your own crawler application in only a few minutes.
Requirements
- PHP 5.6 or higher
- ext-pcntl
- ext-sysvmsg
- ext-sysvsem
installation
composer require wangjian/spiderman
Usage
Please refer to the examples