对PHP软件爬虫?
爬虫一般说的是python的爬虫;如果你要想知道php的爬虫,恐怕网络上的资料是比较少的。当然世界上最好的语言,肯定也是可以做到的。
主要有以下几个:
1. phpspider文档:
https://doc.phpspider.org/
git 地址: https://github.com/owner888/phpspider
2. Beanbun
git 地址: https://github.com/kiddyuchina/Beanbun
Beanbun 是用 PHP 编写的多进程网络爬虫框架,具有良好的开放性、高可扩展性,基于 Workerman。
3.PHPCrawl
git 地址:
https://github.com/mmerian/phpcrawl
4.php selenium
文档:
https://www.selenium.dev/
git 地址:https://github.com/SeleniumHQ/selenium
php爬虫的效率、性能、广泛度都比不上python,建议你还是用python吧。人生苦短,我用python。