PHPackages                             wnx/emojis - 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. wnx/emojis

AbandonedArchivedLibrary

wnx/emojis
==========

Up to date Emojis as PHP Classes

00PHP

Since Feb 10Pushed 4y ago1 watchersCompare

[ Source](https://github.com/stefanzweifel/php-emojis)[ Packagist](https://packagist.org/packages/wnx/emojis)[ RSS](/packages/wnx-emojis/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Up to date Emojis as PHP Classes
================================

[](#up-to-date-emojis-as-php-classes)

[![Latest Version on Packagist](https://camo.githubusercontent.com/f0baf52c7d6b624bd722a41fa3084ec080b650cc21991b5fd6096955749f350d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f776e782f656d6f6a69732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wnx/emojis)[![GitHub Tests Action Status](https://camo.githubusercontent.com/04c047ed5e5c54264435cbda4a5022bf6474b7c941d3ba017536616ca1edd83d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f776e782f656d6f6a69732f54657374733f6c6162656c3d7465737473)](https://github.com/wnx/emojis/actions?query=workflow%3ATests+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/06200e41f6ac79003583563c124f87e5496814e2bbd5c66146d4dff92b04bd5c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f776e782f656d6f6a69732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wnx/emojis)

A composer package containing all available Emoji combinations as PHP classes. Why? Why not?!

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

[](#installation)

You can install the package via composer:

```
composer require wnx/emojis
```

Usage
-----

[](#usage)

```
use Wnx\Emojis\Emojis\Princess;

$emoji = new Princess();
echo $emoji->symbol();

Princess::SYMBOL;
Princess::HEX;
Princess::CODE;
Princess::NAME;
Princess::GROUP;
Princess::NAME_WITH_UNDERSCORES;
Princess::TAGS;
```

Testing
-------

[](#testing)

```
composer test
```

Create Build
------------

[](#create-build)

Regenerate Emoji classes by running the following commands.

```
composer install
yarn
composer run build
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Stefan Zweifel](https://github.com/stefanzweifel)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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/b6e76cb0a5ed6788731857a8b4e1a27e283cef831fe42bf9636549bf9b35ddd7?d=identicon)[stefanzweifel](/maintainers/stefanzweifel)

---

Top Contributors

[![stefanzweifel](https://avatars.githubusercontent.com/u/1080923?v=4)](https://github.com/stefanzweifel "stefanzweifel (19 commits)")

---

Tags

emoji

### Embed Badge

![Health badge](/badges/wnx-emojis/health.svg)

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

PHPackages © 2026

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