Recommend a PHP crawler collection tool

I recently received a task. To collect the express logistics information from Baidu, you need to use the PHP collection framework phpquerylist in the framework. To use the latest version of phpquerylist, PHP version 7.1 or above is required, and composer installation is required. Old principles,

Decided to use composer to install on the pagoda

Composer global installation method:

1. Delete the disabled function

"PHP Management" → "Disable functions" → "Delete putenv".

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer

Composer upgrade method:

composer self-update

To use phpquerylist in PHP's laravel and other frameworks, please refer to the official document: https://www.querylist.cc/

 

Guess you like

Origin blog.csdn.net/EasyTure/article/details/109452513