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

dev-master 2013-05-03 17:33 UTC

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.

Build Status Test Coverage

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: Build Status Test Coverage

curl -sS https://getcomposer.org/installer | php
php composer.phar install --dev
./vendor/bin/archer