2017 © Pedro Peláez
 

library httpstatuscode

Utility to interact with HTTP status code.

image

php-http-status/httpstatuscode

Utility to interact with HTTP status code.

  • Wednesday, November 12, 2014
  • by wyixin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 53 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

php-http-status

Build Status, (*1)

Utility to interact with HTTP status code., (*2)

GETTING THE CODE

Github

git clone git@github.com:wyixin/php-http-status.git

Composer

composer.json: Project Setup, (*3)

{
    "require": {
        "php-http-status/httpstatuscode": "dev-master"
    }
}

Install, (*4)

composer install

GETTING STARTED

<?php
require "src/Http/index.php";

or, (*5)

<?php
require 'vendor/autoload.php';

USAGE

test.php, (*6)

var_dump(Http\_Continue);
var_dump(Http\_Switching_Protocols);
var_dump(Http\Switching_Protocols);
var_dump(Http\Ok);

RUN TESTS

use phpunit, (*7)

phpunit tests

TODO

The Versions

12/11 2014

dev-master

9999999-dev https://github.com/wyixin/php-http-status

Utility to interact with HTTP status code.

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

php http status code

11/11 2014

v1.0.0

1.0.0.0 https://github.com/wyixin/php-http-status

Utility to interact with HTTP status code.

  Sources   Download

GNU

The Requires

  • php >=5.3.0

 

php http status code