PHP code example of liesauer / ql-plugin-simplehttpclient

1. Go to this page and download the library: Download liesauer/ql-plugin-simplehttpclient library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

liesauer / ql-plugin-simplehttpclient example snippets


use liesauer\QLPlugin\SimpleHttpClient;
use QL\QueryList;

::class);

$response = $ql->quickGet('http://www.domain.com/');

var_dump($response);