moar / net-http
HTTP request utilities
dev-master
2013-05-03 17:33 UTC
Requires
- php: >=5.3.0
- ext-curl: *
- lib-curl: *
Requires (Dev)
- icecave/archer: ~0.3
This package is auto-updated.
Last update: 2024-11-04 09:26:58 UTC
README
cURL wrapper and utilities for making HTTP requests.
Part of the Moar PHP Library.
Installation
Moar-Net-Http is available on Packagist (moar/net-http) and is installable via Composer.
{
"require": {
"moar/net-http": "dev-master"
}
}
If you do not use Composer, you can get the source from GitHub and use any PSR-0 compatible autoloader.
$ git clone https://github.com/bd808/moar-net-http.git
Run the tests
Tests are automatically performed by Travis CI:
curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
./vendor/bin/archer