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

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

xuejd3/laravel-emoji
====================

An emojione bridge for Laravel

13.0.0(1mo ago)241.8k—4%11MITPHP

Since Nov 27Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (6)Used By (1)

 Laravel Emoji
===============

[](#-laravel-emoji-)

 😄 This package assist you in getting started with emoji easily.

Installing
----------

[](#installing)

```
$ composer require xuejd3/laravel-emoji
```

> Laravel auto-discovery supported.

If you are using &lt; laravel 5.5

### Add service provider

[](#add-service-provider)

```
Xuejd3\LaravelEmoji\EmojiServiceProvider::class,
```

### Add alias

[](#add-alias)

```
'Emoji' => Xuejd3\LaravelEmoji\Emoji::class,
```

Usage
-----

[](#usage)

```
Emoji::toImage(':smile:'); //
Emoji::toShort('😄'); // :smile:
Emoji::shortnameToUnicode(':smile:'); // 😄

// using helper
// default transform shorname to unicode, you can change it in config file.
emoji(':smile:'); // 😄

// access emoji services, return \JoyPixels\Client instance.
app('emoji');
// or
app(\JoyPixels\Client::class);
```

### Configurations

[](#configurations)

```
// config
$ php artisan vendor:publish --provider="Xuejd3\\LaravelEmoji\\EmojiServiceProvider"
```

License
-------

[](#license)

MIT

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~577 days

Total

5

Last Release

55d ago

Major Versions

0.0.2 → 1.0.02021-02-09

1.0.0 → 12.0.02025-04-28

12.0.0 → 13.0.02026-03-25

### Community

Maintainers

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

---

Top Contributors

[![xuejd3](https://avatars.githubusercontent.com/u/16837278?v=4)](https://github.com/xuejd3 "xuejd3 (5 commits)")

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[overtrue/laravel-emoji

An emojione bridge for Laravel.

15040.8k3](/packages/overtrue-laravel-emoji)[spiral/mcp-server

Spiral bridge for MCP server

541.1k2](/packages/spiral-mcp-server)

PHPackages © 2026

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