ganbarodigital/php-http-status

2.0.0 2016-05-02 14:22 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:24:04 UTC


README

GitHub license @ganbarodigital on Twitter Total Downloads Scrutinizer Code Quality Coverage Status Dependency Status Reference Status

Introduction

The PHP HTTP Status library provides:

  • a set of value objects representing each of the HTTP status codes
  • a set of easy-to-use traits that can add a HTTP status code to your own value objects, entities and exceptions

Installation

Run this command to add this library to your composer.json file:

composer require ganbarodigital/php-http-status

Usage

See our docs page for a tutorial and reference documentation.