Download the PHP package cyd622/php-spider without Composer
On this page you can find all versions of the php package cyd622/php-spider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cyd622/php-spider
More information about cyd622/php-spider
Files in cyd622/php-spider
Download cyd622/php-spider
More information about cyd622/php-spider
Files in cyd622/php-spider
Vendor cyd622
Package php-spider
Short Description The PHPSpider Framework.
License MIT
Homepage https://xiluhuo.cn/
Package php-spider
Short Description The PHPSpider Framework.
License MIT
Homepage https://xiluhuo.cn/
Please rate this library. Is it a good library?
Informations about the package php-spider
phpspider -- PHP蜘蛛爬虫框架
phpspider是一个爬虫开发框架。使用本框架,你不用了解爬虫的底层技术实现,爬虫被网站屏蔽、有些网站需要登录或验证码识别才能爬取等问题。简单几行PHP代码,就可以创建自己的爬虫,利用框架封装的多进程Worker类库,代码更简洁,执行效率更高速度更快。
demo目录下有一些特定网站的爬取规则,只要你安装了PHP环境,代码就可以在命令行下直接跑.
下面以糗事百科为例, 来看一下我们的爬虫长什么样子:
爬虫的整体框架就是这样, 首先定义了一个$configs数组, 里面设置了待爬网站的一些信息, 然后通过调用和来配置并启动爬虫.
运行界面如下:
更多详细内容,移步到:
All versions of php-spider with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
The package cyd622/php-spider contains the following files
Loading the files please wait ....