wangjian/spiderman

the high performance crawler framework

dev-master 2018-09-05 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-26 10:26:12 UTC


README

Build Status

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