webdevvie / emoji
A php class that has descriptive names for the emojis and said emojis as its value
Installs: 10 206
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-10-29 04:04:06 UTC
README
A handy dumb class for using Emojis in your php project. In some IDEs emojis don't show up. They are 🎉 💩-ers. But their editor is so good.
Now you can use Emojis in your code without your IDE crapping out on you.
Installation
Just use:
composer require webdevvie/emoji
Usage:
Two ways to use it prepended with C_ or not:
First use Emoji:
use Webdevvie\Emoji\Emoji;
now use the emoji class:
Emoji::FLAG_FOR_NETHERLANDS
to get the Dutch flag 🇳🇱
or if you want to display it in a console command use :
Emoji::C_FLAG_FOR_NETHERLANDS
to get the Dutch flag with a space after it so it shows up properly in the console.
or maybe you are more of a Unicorn person 🦄:
Emoji::UNICORN_FACE
This is nothing special. Just a simple helper class. There are no tests, there are no methods.
CHEATSHEET
Want a cheatsheet Go here
Acknowledgement
All information for this class was taken from Unicode.org
Also
If you like this library. Find me on twitter @webdevvie or my personal site johnbakker.name and throw me a 👍 😀