2017 © Pedro Peláez
 

library http-client

A light weight and super fast HTTP client

image

nyholm/http-client

A light weight and super fast HTTP client

  • Wednesday, July 13, 2016
  • by Nyholm
  • Repository
  • 2 Watchers
  • 4 Stars
  • 135 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

Nyholm's HTTP client

Latest Version Software License Total Downloads, (*1)

A super light HTTP client that sends PSR-7 HTTP messages., (*2)

Install

Via Composer, (*3)

``` bash $ composer require nyholm/http-client, (*4)


## Usage ```php // Create a PSR-7 request $request = MessageFactoryDiscovery::find()->createRequest('GET', 'http://example.com'); // You will get back a PSR-7 response $response = (new Client)->sendRequest($request);

Documentation

There is no configuration of any kind that could be done to this client. If you want more functionality you should use Plugins to HTTPlug. See their documentation., (*5)

The MIT License (MIT). Please see License File for more information., (*6)

The Versions

13/07 2016
13/07 2016

0.1.0

0.1.0.0 http://tnyholm.se

A light weight and super fast HTTP client

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 http client