sam-burns/http-emoji

0.0.3 2017-02-21 14:12 UTC

This package is auto-updated.

Last update: 2024-04-24 04:06:31 UTC


README

Build Status

HTTP Emoji

A PHP library mapping emojis to their corresponding HTTP status codes.

Inspired by Teapot.

Contributions welcome.

Usage Example

use SamBurns\HttpEmoji;

$statusCode = HttpEmoji::😱;
// $statusCode is now 500

## Installation

composer require sam-burns/http-emoji