PHPackages                             unicodeveloper/laravel-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. unicodeveloper/laravel-emoji

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

unicodeveloper/laravel-emoji
============================

A Laravel 5 Package for Using &amp; Working With Emojis

1.0.0(10y ago)21024.9k—8.3%35[4 issues](https://github.com/unicodeveloper/laravel-emoji/issues)MITPHPPHP ^7.0

Since Feb 8Pushed 6y ago5 watchersCompare

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

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

laravel-emoji
=============

[](#laravel-emoji)

[![emoji](https://cloud.githubusercontent.com/assets/2946769/12880382/25da8dd6-ce40-11e5-8bfd-ee2b547bb11e.png)](https://cloud.githubusercontent.com/assets/2946769/12880382/25da8dd6-ce40-11e5-8bfd-ee2b547bb11e.png)[![Latest Stable Version](https://camo.githubusercontent.com/0620211e954c55c3125fe5143df0bd905e9ea106a2c10f44f15ea63e821648d1/68747470733a2f2f706f7365722e707567782e6f72672f756e69636f646576656c6f7065722f6c61726176656c2d656d6f6a692f762f737461626c652e737667)](https://packagist.org/packages/unicodeveloper/laravel-emoji)[![License](https://camo.githubusercontent.com/dcb361470d9f8e18c39d166a4c50e71711f2cb9beea707b342c082ea5d6bef4a/68747470733a2f2f706f7365722e707567782e6f72672f756e69636f646576656c6f7065722f6c61726176656c2d656d6f6a692f6c6963656e73652e737667)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/3a29e3d91aa482d1c1737af736596b61c9271b2ea4bba786c9ac7ff8be6c7c4e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f756e69636f646576656c6f7065722f6c61726176656c2d656d6f6a692e737667)](https://travis-ci.org/unicodeveloper/laravel-emoji)[![Quality Score](https://camo.githubusercontent.com/8fba94d0a4a7e4c790fd7b51e6115bd3f79b2e5664ff66a62565f1fd6b9f883a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f756e69636f646576656c6f7065722f6c61726176656c2d656d6f6a692e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/unicodeveloper/laravel-emoji)[![Total Downloads](https://camo.githubusercontent.com/416f85eb6dd89a7ad32ab896c6d58845effa9f80ef8567ef312a9c87d6f09280/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f756e69636f646576656c6f7065722f6c61726176656c2d656d6f6a692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/unicodeveloper/laravel-emoji)

> A Laravel 5 Package for Using &amp; Working With Emojis in your Laravel Apps

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

[](#installation)

[PHP](https://php.net) 7 and [Composer](https://getcomposer.org) are required.

To get the latest version of Laravel Emoji, simply add the following line to the require block of your `composer.json` file.

```
"unicodeveloper/laravel-emoji": "1.0.*"

```

You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.

Once Laravel Emoji is installed, you need to register the service provider. Open up `config/app.php` and add the following to the `providers` key.

- `Unicodeveloper\Emoji\EmojiServiceProvider::class`

Also, register the Facade like so:

```
'aliases' => [
    ...
    'Emoji' => Unicodeveloper\Emoji\Facades\Emoji::class,
    ...
]
```

Usage
-----

[](#usage)

Translate Emoji names to Unicode and Vice-versa.

```
>> Emoji::findByAlias("kissing_heart")
=> "😘"

>> Emoji::findByName("sunglasses")
=> "😎"

>> Emoji::findByUnicode("\u{1F603}")
=> "smiley"
```

This package contains some of the characters listed on

Contributing
------------

[](#contributing)

Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.

I am accepting PR's that add characters to emoji.php. Please use [this list](http://unicode.org/emoji/charts/full-emoji-list.html) to look up the unicode value and the name of the character.

How can I thank you?
--------------------

[](#how-can-i-thank-you)

Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or HackerNews? Spread the word!

Don't forget to [follow me on twitter](https://twitter.com/unicodeveloper)!

Thanks! Prosper Otemuyiwa.

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

[](#inspiration)

- [Emoji](https://github.com/spatie/emoji)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

3752d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ae318eb1f5f21579ddee07834130c1169ae6a0771044c3de671dfb02cd79c59f?d=identicon)[unicodeveloper](/maintainers/unicodeveloper)

---

Top Contributors

[![unicodeveloper](https://avatars.githubusercontent.com/u/2946769?v=4)](https://github.com/unicodeveloper "unicodeveloper (23 commits)")

---

Tags

phplaravelunicodegithublaravel 5emojiopen-source

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/unicodeveloper-laravel-emoji/health.svg)

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

###  Alternatives

[kingflamez/laravelrave

A Laravel Package for Flutterwave Rave

151286.1k4](/packages/kingflamez-laravelrave)[prevailexcel/laravel-action-service-trait

A simple Laravel package to create actions, traits and services using artisan commands

143.0k](/packages/prevailexcel-laravel-action-service-trait)

PHPackages © 2026

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