Composer package for emoticons 🎉
You need PHP and Composer before installing this package.
just run composer require marufmax/emoticon-php
in your project's directory
$emoji = new \MarufMax\Emoticon\Emoticon();
$emoji->random(); // will display an random emoji ==> 🍕️
$emoji->get('heart'); // it will return an emoji with heart ❤, note: this also support with colon
$emoji->get(':heart:');
$emoji->search('hea'); // This will return an array with all emojies and key name matching with word `hea`
$emoji->emojify('I like :metal: '); // It will render the text with metal emoji
$composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.