ganbarodigital/php-http-status

Maintainers

Package info

github.com/ganbarodigital/php-http-status

pkg:composer/ganbarodigital/php-http-status

Statistics

Installs: 237

Dependents: 6

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.0 2016-05-02 14:22 UTC

This package is not auto-updated.

Last update: 2026-03-01 02:28:02 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.