Description
Emoji images from unicode characters and names (i.e. :sunrise:). Built to work with Twemoji images.
Emoji alternatives and similar libraries
Based on the "Markup" category.
Alternatively, view Emoji alternatives based on common mentions on social networks and blogs.
-
PHP Markdown
Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber. -
CommonMark PHP
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.
Cloudways Early Bird Offer
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Emoji or a related project?
README
Emoji
Emoji images from unicode characters and names (i.e. :sunrise:
).
Built to work with Twemoji images.
use HeyUpdate\Emoji\Emoji;
use HeyUpdate\Emoji\EmojiIndex;
$emoji = new Emoji(new EmojiIndex(), '//twemoji.maxcdn.com/36x36/%s.png');
$emoji->replaceEmojiWithImages('๐ :balloon:');
Install
Via Composer
$ composer require heyupdate/emoji
Requirements
The following versions of PHP are supported by this version.
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
Testing
$ phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.
*Note that all licence references and agreements mentioned in the Emoji README section above
are relevant to that project's source code only.