moar/net-http

HTTP request utilities

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

This package is auto-updated.

Last update: 2024-05-04 08:11:15 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