PHPackages                             questocat/epic-emoji - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. questocat/epic-emoji

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

questocat/epic-emoji
====================

The emoji epic conversion library

v1.0.0(8y ago)112MITPHPPHP &gt;=5.5.0

Since Jul 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/questocat/epic-emoji)[ Packagist](https://packagist.org/packages/questocat/epic-emoji)[ RSS](/packages/questocat-epic-emoji/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

epic-emoji
==========

[](#epic-emoji)

The emoji epic conversion library

[![StyleCI](https://camo.githubusercontent.com/e3da086de702e0e4656d11f416c88e609c7bcd913efdd03bb5107143293ee499/68747470733a2f2f7374796c6563692e696f2f7265706f732f39353637383730332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/95678703)[![Build Status](https://camo.githubusercontent.com/a75eca789777322f226e44d7c4627567ade74e9b60b2e7ee7aacd2bff149a2c0/68747470733a2f2f7472617669732d63692e6f72672f71756573746f6361742f657069632d656d6f6a692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/questocat/epic-emoji)[![Code Coverage](https://camo.githubusercontent.com/f4e11f7afc68694ed93516f4e2aafdcbceff2227307be7815de0623fa4da9c82/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f71756573746f6361742f657069632d656d6f6a692f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/questocat/epic-emoji/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/d4d0bf470d848273c9ac57c32594501f659a28c1327d39cf988a4b510c267197/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f71756573746f6361742f657069632d656d6f6a692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/questocat/epic-emoji/?branch=master)[![Build Status](https://camo.githubusercontent.com/c795020e33d6f7e81b6e8b0be9979c525867b62917dd9768642d75372cad51da/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f71756573746f6361742f657069632d656d6f6a692f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/questocat/epic-emoji/build-status/master)[![Packagist](https://camo.githubusercontent.com/a4b7a1d8377c4252b62962b12857454a352b488c7f58770dcbcadcffaf57247b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646f637472696e652f6f726d2e737667)](https://packagist.org/packages/questocat/epic-emoji)

Installation
------------

[](#installation)

Using [Composer](https://getcomposer.org) to add the package to your project's dependencies:

```
$ composer require questocat/epic-emoji
```

Usage
-----

[](#usage)

```
$epicEmoji = new EpicEmoji();

// from Apple devices
$content = '呜呜，宝宝不开心😔';
$unified = $epicEmoji->unified($content);

$unified->emoji();        // output emoji
$unified->setText('哇哦👻')->emoji();   // output emoji
$unified->withText('哇哦👻')->emoji();  // output emoji
$unified->shorthand();    // output shorthand
$unified->codepoint();    // output codepoint
$unified->html();         // output html
$unified->htmlEntity();   // output htmlEntity

// convert to DoCoMo devices
$docomo = $unified->docomo();

// convert to Softbank & pre-iOS6 Apple devices
$softbank = $unified->softbank();

// convert to KDDI & Au devices
$kddi = $unified->kddi();

// convert to Google Android devices
$google = $unified->google();
$google->emoji();         // output emoji
$google->shorthand();     // output shorthand
$google->codepoint();     // output codepoint
$google->html();          // output html
$google->htmlEntity();    // output htmlEntity
```

Inspiration
-----------

[](#inspiration)

- [php-emoji](https://github.com/iamcal/php-emoji)

Reference
---------

[](#reference)

- [Emoji introduction](http://www.ruanyifeng.com/blog/2017/04/emoji.html)
- [Emoji wiki](https://en.wikipedia.org/wiki/Emoji)
- [Unicode-org](http://www.unicode.org)
- [Full Emoji List, v5.0](http://www.unicode.org/emoji/charts/full-emoji-list.html)
- [Using Emoji in Web Apps](http://www.iamcal.com/emoji-in-web-apps/)

License
-------

[](#license)

Licensed under the [MIT license](https://github.com/questocat/epic-emoji/blob/master/LICENSE).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2947d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ce15799177be83de6d4b3c35f56c3eb827dc01d6baf78dc1e23a9b9d2bc859e?d=identicon)[questocat](/maintainers/questocat)

---

Top Contributors

[![voocx](https://avatars.githubusercontent.com/u/8717817?v=4)](https://github.com/voocx "voocx (48 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

appledocomoemojiemoji-convertgooglekddiphp-emojisoftbankunifiedemojiphp-emoji

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/questocat-epic-emoji/health.svg)

```
[![Health](https://phpackages.com/badges/questocat-epic-emoji/health.svg)](https://phpackages.com/packages/questocat-epic-emoji)
```

###  Alternatives

[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k7.4M48](/packages/rinvex-countries)[elvanto/litemoji

A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.

864.6M8](/packages/elvanto-litemoji)[iamcal/php-emoji

This is a PHP library for dealing with Emoji, allowing you to convert between various native formats and displaying them using HTML.

1.3k481.1k](/packages/iamcal-php-emoji)[spatie/emoji

Display emoji characters

4671.2M32](/packages/spatie-emoji)[joypixels/emoji-toolkit

JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.

465817.1k7](/packages/joypixels-emoji-toolkit)[christofferok/laravel-emojione

Laravel helper for EmojiOne

139115.8k](/packages/christofferok-laravel-emojione)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
