2017 © Pedro Peláez
 

library saxulum-http-client-adapter-joomla

Saxulum Http Client Adapter Joomla

image

saxulum/saxulum-http-client-adapter-joomla

Saxulum Http Client Adapter Joomla

  • Friday, April 20, 2018
  • by dominikzogg
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

saxulum-http-client-adapter-joomla

Build Status Total Downloads Latest Stable Version Scrutinizer Code Quality, (*1)

Features

  • Provides a http client interface adapter for joomla

Requirements

  • PHP 5.3+
  • Joomla Http ~1.1

Installation

Through Composer as [saxulum/saxulum-http-client-adapter-joomla][2]., (*2)

Usage

``` {.php} use Saxulum\HttpClient\Joomla\HttpClient; use Saxulum\HttpClient\Request;, (*3)

$httpClient = new HttpClient(); $response = $httpClient->request(new Request( '1.1', Request::METHOD_GET, 'http://en.wikipedia.org', array( 'Connection' => 'close', ) ));, (*4)


You can inject your own joomla http instance while creating the http client instance. ``` {.php} use Joomla\Http\Http; use Joomla\Http\Transport\Stream as StreamTransport; use Saxulum\HttpClient\Joomla\HttpClient; $options = array(); $transport = new StreamTransport($options); $http = new Http($options, $transport); $httpClient = new HttpClient($http);

IMPORTANT: The response protocol version is a fake, based on the request ones. Cause this http client does not support to set em., (*5)

The Versions

20/04 2018

dev-master

9999999-dev

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum

04/11 2014

1.0.5

1.0.5.0

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum

24/10 2014

1.0.4

1.0.4.0

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum

24/10 2014

1.0.3

1.0.3.0

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum

24/10 2014

1.0.1

1.0.1.0

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum

24/10 2014

1.0.0

1.0.0.0

Saxulum Http Client Adapter Joomla

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter joomla http-client saxulum