2017 © Pedro Peláez
 

library tinyhttp

A tiny HTTP library

image

eddiezane/tinyhttp

A tiny HTTP library

  • Friday, March 27, 2015
  • by eddiezane
  • Repository
  • 1 Watchers
  • 2 Stars
  • 85 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

TinyHttp

BuildStatus, (*1)

TinyHttp is a very small HTTP wrapper written by Neuman Vong and the fine folks over at Twilio. For more information of its purpose, see this issue., (*2)

Install

Via Composer, (*3)

``` bash $ composer require eddiezane/tinyhttp, (*4)


## Usage ``` php $client = new \TinyHttp('http://api.giphy.com'); echo $client->get('/v1/gifs/random', null, array('api_key' => 'dc6zaTOxFJmzC'))->body;

Testing

bash $ ./vendor/bin/phpunit, (*5)

Todo

  • Improve README usage
  • Write tests

Contributing

Please see CONTRIBUTING for details., (*6)

Credits

License

The ISC License (BSD). Please see License File for more information., (*7)

The Versions

27/03 2015

dev-master

9999999-dev https://github.com/eddiezane/tinyhttp

A tiny HTTP library

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

The Development Requires

by Neuman Vong
by Eddie Zaneski

curl http tiny

27/03 2015

0.2.0

0.2.0.0 https://github.com/eddiezane/tinyhttp

A tiny HTTP library

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

The Development Requires

by Neuman Vong
by Eddie Zaneski

curl http tiny

13/03 2015

0.1.0

0.1.0.0 https://github.com/eddiezane/tinyhttp

A tiny HTTP library

  Sources   Download

BSD

The Requires

  • php >=5.3.0

 

The Development Requires

by Neuman Vong
by Eddie Zaneski

curl http tiny