2017 © Pedro Peláez
 

library httper

A file_get_contents based, PSR-7 http client.

image

lefuturiste/httper

A file_get_contents based, PSR-7 http client.

  • Sunday, July 8, 2018
  • by lefuturiste
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Httper

A file_get_contents based, PSR-7 http client., (*1)

Installation

composer require lefuturiste/httper, (*2)

Usage

//execute a simple GET request to google.com
$client = new Httper\Client();
$response = $client->request("GET", "https://google.com")

Tests

composer test, (*3)

or, (*4)

composer run test, (*5)

or, (*6)

composer run phpunit, (*7)

The Versions

08/07 2018

dev-master

9999999-dev

A file_get_contents based, PSR-7 http client.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste

08/07 2018

v0.4-alpha

0.4.0.0-alpha

A file_get_contents based, PSR-7 http client.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste

08/07 2018

v0.3-alpha

0.3.0.0-alpha

A file_get_contents based, PSR-7 http client.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste

08/07 2018

v0.2-alpha

0.2.0.0-alpha

A file_get_contents based, PSR-7 http client.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste

25/06 2018

v0.1-alpha

0.1.0.0-alpha

A file_get_contents based, PSR-7 http client.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar lefuturiste