2017 © Pedro Peláez
 

library net-http

HTTP request utilities

image

moar/net-http

HTTP request utilities

  • Friday, May 3, 2013
  • by bd808
  • Repository
  • 1 Watchers
  • 0 Stars
  • 27 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Moar-Net-Http

cURL wrapper and utilities for making HTTP requests., (*1)

Part of the Moar PHP Library., (*2)

Build Status Test Coverage, (*3)

Installation

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

Run the tests

Tests are automatically performed by Travis CI: Build Status Test Coverage, (*6)

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

The Versions

03/05 2013

dev-master

9999999-dev https://github.com/bd808/moar-net-http

HTTP request utilities

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-curl *
  • lib-curl *

 

The Development Requires