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

AbandonedArchivedLibrary

juanparati/emoji
================

Emoji library for PHP 5.5.x/7.x and HHVM

03.8kPHP

Since Sep 7Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Emoji
=====

[](#emoji)

What is it?
-----------

[](#what-is-it)

A lightweight PHP 5.4.x-7.x and HHVM library that help you to print your unicode Emojis on console or a html document.

How to use it?
--------------

[](#how-to-use-it)

### Print on console

[](#print-on-console)

```
    use Juanparati\Emoji\Emoji;

    echo Emoji::char('grinning face') . '  or  ' . Emoji::char(':D');

```

### Print on html document

[](#print-on-html-document)

```
    use Juanparati\Emoji\Emoji;

    echo Emoji::html('monkey face');

```

### Emoji list

[](#emoji-list)

Emojis are referenced by name.

A full list of all unicode emojis with their names are available at:

For example if you want to print a beer mug, just type:

```
    echo Emoji::char('beer mug')    // Print on console

```

or

```
    echo Emoji:html('beer mug')     // Print on html document

```

### How to install it

[](#how-to-install-it)

```
    composer require juanparati/emoji

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4caf72b4d969cfb8cdfbdc1d594c85b51c9316caf76b80aa0f9de7e3736cf59f?d=identicon)[juanparati](/maintainers/juanparati)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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