Sam-Burns / http-emoji

A PHP library mapping emojis to their corresponding HTTP status codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A PHP library mapping emojis to their corresponding HTTP status codes

License:MIT License


Languages

Language:PHP 100.0%