DownloadQueryList



Get QueryList

Method 1: Go to the PHP Chinese website download site Download website QueryList file

Go to the official website to find the corresponding download link, and then select the QueryList version you want to download , download the compressed package, and it can be used after decompression.

Method 2: Install through composer (recommended)

Execute command:
composer require jaeger/querylist

Get the QueryList plug-in

The QueryList extension needs to be selectively installed separately. The following plug-ins are default Demo plug-in, for more plug-ins, please pay attention to the QueryList community and exchange group:

  • Request network operation extension:
    composer require jaeger/querylist-ext-request

  • Multi multi-thread extension:
    composer require jaeger/querylist-ext-multi

  • Login simulation login extension :
    composer require jaeger/querylist-ext-login

##The complete Composer configuration including QueyListy and extensions is as follows:

{
    "require": {
        "jaeger/querylist": "^3.1",
        "jaeger/querylist-ext-request":"^1.0",
        "jaeger/querylist-ext-multi":"^1.0",
        "jaeger/querylist-ext-login":"^1.0"
    }
}


The following class libraries are dependencies of the above extension. They will be installed automatically when installing the extension. You can also choose to introduce them separately:

    Http class:

  • composer require jaeger/http
  • CurlMulti multi-threaded class:

  • composer require jaeger/curlmulti