ganbarodigital / php-http-status
2.0.0
2016-05-02 14:22 UTC
Requires
- php: >= 5.5
Requires (Dev)
- couscous/couscous: dev-develop
- phpunit/phpunit: ^4.6
This package is not auto-updated.
Last update: 2024-11-09 19:34:56 UTC
README
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.