Skip to content

A simple php class that has emojis as constants (and variants for console use starting with C_ )

License

Notifications You must be signed in to change notification settings

webdevvie/emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Emoji class

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 👍 😀

About

A simple php class that has emojis as constants (and variants for console use starting with C_ )

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages