2017 © Pedro Peláez
 

library saxulum-http-client-adapter-buzz

Saxulum Http Client Adapter Buzz

image

saxulum/saxulum-http-client-adapter-buzz

Saxulum Http Client Adapter Buzz

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

The README.md

saxulum-http-client-adapter-buzz

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

Features

  • Provides a http client interface adapter for buzz

Requirements

  • PHP 5.3+
  • Buzz ~0.13

Installation

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

Usage

``` {.php} use Saxulum\HttpClient\Buzz\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 buzz browser instance while creating the http client instance. ``` {.php} use Buzz\Browser; use Saxulum\HttpClient\Buzz\HttpClient; $browser = new Browser; $httpClient = new HttpClient($browser);

The Versions

20/04 2018

dev-master

9999999-dev

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

24/10 2014

1.0.4

1.0.4.0

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

24/10 2014

1.0.3

1.0.3.0

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

22/10 2014

1.0.2

1.0.2.0

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

22/10 2014

1.0.1

1.0.1.0

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

20/10 2014

1.0.0

1.0.0.0

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

20/10 2014

1.0.0-beta4

1.0.0.0-beta4

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

20/10 2014

1.0.0-beta3

1.0.0.0-beta3

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

20/10 2014

1.0.0-beta2

1.0.0.0-beta2

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum

19/10 2014

1.0.0-beta1

1.0.0.0-beta1

Saxulum Http Client Adapter Buzz

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dominik Zogg

http client adapter buzz http-client saxulum