2017 © Pedro Peláez
 

library ql-plugin-simplehttpclient

QueryList Plugin - SimpleHttpClient

image

liesauer/ql-plugin-simplehttpclient

QueryList Plugin - SimpleHttpClient

  • Tuesday, October 3, 2017
  • by liesauer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 67 % Grown

The README.md

QueryList V4 Plugin - SimpleHttpClient

SimpleHttpClient, (*1)

Installation

composer require liesauer/ql-plugin-simplehttpclient

Bind

  • array quickGet ($url, $header = null, $cookie = '', $data = '', $options = null)
  • array quickPost ($url, $header = null, $cookie = '', $data = '', $options = null)

Usage

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

require_once __DIR__ . '/vendor/autoload.php';

$ql = QueryList::getInstance();
$ql->use(SimpleHttpClient::class);

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

var_dump($response);

The Versions

03/10 2017

dev-master

9999999-dev

QueryList Plugin - SimpleHttpClient

  Sources   Download

MIT

The Requires

 

03/10 2017

v4.0.1

4.0.1.0

QueryList Plugin - SimpleHttpClient

  Sources   Download

MIT

The Requires

 

28/09 2017

v4.0.0

4.0.0.0

QueryList Plugin - SimpleHttpClient

  Sources   Download

MIT

The Requires

 

26/09 2017

v1.0

1.0.0.0

QueryList Plugin - SimpleHttpClient

  Sources   Download

MIT

The Requires