2017 © Pedro Peláez
 

library httplib

Lightweight http library

image

filbertkm/httplib

Lightweight http library

  • Saturday, June 18, 2016
  • by filbertkm
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HTTPLib

Build Status, (*1)

Small php wrapper library around curl., (*2)

Usage

$url = 'http://www.openstreetmap.org/api/0.6/capabilities';

$httpClient = new HttpClient( 'HttpClientBot', 'http-client-test' );
$response = $httpClient->get( $url );

Returns response as a string, if successful, or false., (*3)

Also supports post and multipart requests., (*4)

License

Release notes

0.2

  • Added download method.

The Versions

18/06 2016

dev-master

9999999-dev

Lightweight http library

  Sources   Download

Apache-2.0

18/06 2016

0.2

0.2.0.0

Lightweight http library

  Sources   Download

11/06 2016

0.1

0.1.0.0

Lightweight http library

  Sources   Download