Handling HTTP requests in PHP.


Keywords
http, request, ejz
License
WTFPL

Documentation

Request Travis Status for Ejz/Request

Handling HTTP requests in PHP.

Quick start

$ mkdir myproject && cd myproject
$ curl -sS 'https://getcomposer.org/installer' | php
$ nano -w composer.json

Insert following code:

{
    "require": {
        "ejz/request": "~1.0"
    }
}

Now install dependencies:

$ php composer.phar install

CI: Codeship

Codeship Status for Ejz/Request

CI: Travis

Travis Status for Ejz/Request