PHPackages                             php-http-status/httpstatuscode - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. php-http-status/httpstatuscode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

php-http-status/httpstatuscode
==============================

Utility to interact with HTTP status code.

v1.0.0(11y ago)0641GNUPHPPHP &gt;=5.3.0

Since Nov 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/wyixin/php-http-status)[ Packagist](https://packagist.org/packages/php-http-status/httpstatuscode)[ Docs](https://github.com/wyixin/php-http-status)[ RSS](/packages/php-http-status-httpstatuscode/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-http-status
===============

[](#php-http-status)

[![Build Status](https://camo.githubusercontent.com/d6fd0832856f15aaf85471eeccfb795d9aac3438a118d1459e5e891839e08003/68747470733a2f2f7472617669732d63692e6f72672f77796978696e2f7068702d687474702d7374617475732e737667)](https://travis-ci.org/wyixin/php-http-status)

Utility to interact with HTTP status code.

GETTING THE CODE
----------------

[](#getting-the-code)

### Github

[](#github)

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

```

### Composer

[](#composer)

composer.json: Project Setup

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

```

Install

```
composer install

```

GETTING STARTED
---------------

[](#getting-started)

```
