Popularity
2.0
Growing
Activity
0.0
Stable
56
7
11

Description

Emoji images from unicode characters and names (i.e. :sunrise:). Built to work with Twemoji images.

Code Quality Rank: L4
Programming language: PHP
License: MIT License
Tags: Markup     Emoji    
Latest version: v1.0.0

Emoji alternatives and similar libraries

Based on the "Markup" category.
Alternatively, view Emoji alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Emoji or a related project?

Add another 'Markup' Library

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.