Skip to content

Instantly share code, notes, and snippets.

@aryelgois
aryelgois / HttpResponse.php
Created February 20, 2018 01:44 — forked from ewwink/http_response_code.php
PHP Class for HTTP Response Status Codes
<?php
/**
* This Software is provided "as is" under the terms of the MIT license.
*
* @link https://opensource.org/licenses/MIT
*/
/**
* Provides named constants for HTTP protocol status codes and their messages
*