2017 © Pedro Peláez
 

library http

A HTTP library.

image

air-php/http

A HTTP library.

  • Tuesday, February 9, 2016
  • by marklocker
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,269 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 8 Versions
  • 1 % Grown

The README.md

HTTP

Build Status Scrutinizer Code Quality, (*1)

The HTTP library includes classes for abstracting the Hypertext Transfer Protocol., (*2)

Installation

Installation via Composer is recommended., (*3)

"require": {
    "air-php/http": "dev-master"
}

Request

The Request class encapsulates a HTTP request. You can create a Request like so:, (*4)

<?php

use Air\HTTP\Request\Request;

new Request('http://www.test.com/test/', 'GET');

Once you have a Request object, it offers convenient methods for accessing request data, such as getUriPath() and getQueryParameters()., (*5)

The Versions

09/02 2016

dev-master

9999999-dev

A HTTP library.

  Sources   Download

The Requires

 

09/02 2016

v0.6

0.6.0.0

A HTTP library.

  Sources   Download

The Requires

 

01/02 2016

v0.5

0.5.0.0

A HTTP library.

  Sources   Download

The Requires

 

23/01 2016

v0.4

0.4.0.0

A HTTP library.

  Sources   Download

The Requires

 

10/12 2015

v0.2.1

0.2.1.0

A HTTP library.

  Sources   Download

The Requires

 

10/12 2015

v0.3.1

0.3.1.0

A HTTP library.

  Sources   Download

The Requires

 

25/10 2015

0.3

0.3.0.0

A HTTP library.

  Sources   Download

The Requires

 

23/03 2015

0.1

0.1.0.0

A HTTP library.

  Sources   Download

The Requires