dev-master
9999999-dev https://github.com/bd808/moar-net-httpHTTP request utilities
MIT
The Requires
- php >=5.3.0
- ext-curl *
- lib-curl *
The Development Requires
by Bryan Davis
Wallogit.com
2017 © Pedro Peláez
HTTP request utilities
cURL wrapper and utilities for making HTTP requests., (*1)
Part of the Moar PHP Library., (*2)
Moar-Net-Http is available on Packagist (moar/net-http) and is installable via Composer., (*4)
{
"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., (*5)
$ git clone https://github.com/bd808/moar-net-http.git
Tests are automatically performed by Travis CI:
, (*6)
curl -sS https://getcomposer.org/installer | php php composer.phar install --dev ./vendor/bin/archer
HTTP request utilities
MIT