moar / net-http
HTTP request utilities
Installs: 31
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/moar/net-http
Requires
- php: >=5.3.0
- ext-curl: *
- lib-curl: *
Requires (Dev)
- icecave/archer: ~0.3
This package is auto-updated.
Last update: 2025-10-04 11:23:10 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