sam-burns / http-emoji
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/sam-burns/http-emoji
Requires
- php: ^7.0
Requires (Dev)
- phpunit/phpunit: ^6.0
Suggests
- shrikeh/teapot: More sensible HTTP status code library
This package is auto-updated.
Last update: 2025-09-24 07:27:50 UTC
README
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