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

ActiveNeos-plugin[Utility &amp; Helpers](/categories/utility)

jvmtech/emoji
=============

Emoji picker for Neos CMS inspector

1.0.1(3y ago)1198JavaScript

Since Jan 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jvm-tech/JvMTECH.Emoji)[ Packagist](https://packagist.org/packages/jvmtech/emoji)[ RSS](/packages/jvmtech-emoji/feed)WikiDiscussions main Synced 6d ago

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

JvMTECH.Emoji
=============

[](#jvmtechemoji)

[![Latest Stable Version](https://camo.githubusercontent.com/1748d08d481d0351035110f79746831f8cedd53ad100fc6ecd3272b3c2336621/68747470733a2f2f706f7365722e707567782e6f72672f6a766d746563682f656d6f6a692f762f737461626c65)](https://packagist.org/packages/jvmtech/emoji)[![License](https://camo.githubusercontent.com/846b6ffdf31ef91d994e2a4feb8e01f28a55baa71f2b70e76d5f7726d28c829c/68747470733a2f2f706f7365722e707567782e6f72672f6a766d746563682f656d6f6a692f6c6963656e7365)](https://packagist.org/packages/jvmtech/emoji)

Emoji inspector editor for Neos CMS using [emoji-mart](https://www.npmjs.com/package/emoji-mart).

[![JvMTECH.Emoji](Documentation/inspector-editor.jpg "JvMTECH.Emoji")](Documentation/inspector-editor.jpg)

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

[](#installation)

```
composer require jvmtech/emoji

```

Usage
-----

[](#usage)

### NodeType

[](#nodetype)

It is important to use type array for your property.

```
properties:
  emoji:
    type: array
    ui:
      label: 'Emoji'
      inspector:
        editor: 'JvMTECH.Emoji/EmojiEditor'

```

### Fusion

[](#fusion)

In your fusion prototype, the emoji can be output as follows:

```
prototype(Your.Package:Emoji) < prototype(Neos.Fusion:Component) {
    emoji = ${q(node).property('emoji')}
    renderer = afx`{props.emoji.native}`
}

```

The following object keys are available:

```
{
  id: 'smiley',
  name: 'Smiling Face with Open Mouth',
  colons: ':smiley:',
  text: ':)',
  emoticons: [
    '=)',
    '=-)'
  ],
  skin: null,
  native: '😃'
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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 ~589 days

Total

2

Last Release

1366d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/56817323?v=4)[jvmtech](/maintainers/jvmtech)[@Jvmtech](https://github.com/Jvmtech)

---

Top Contributors

[![samuelhauser](https://avatars.githubusercontent.com/u/1894064?v=4)](https://github.com/samuelhauser "samuelhauser (2 commits)")[![sbruggmann](https://avatars.githubusercontent.com/u/1162368?v=4)](https://github.com/sbruggmann "sbruggmann (1 commits)")

### Embed Badge

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

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

###  Alternatives

[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)[yoast/yoast-seo-for-neos

Yoast SEO for Neos CMS

24164.8k](/packages/yoast-yoast-seo-for-neos)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

20200.7k1](/packages/shel-neos-hyphens)[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21166.3k](/packages/techdivision-ckstyles)[sitegeist/silhouettes

Preconfigure property-silhuettes that can be applied to various properties of multiple NodeTypes.

16157.5k](/packages/sitegeist-silhouettes)[psmb/flatnav

Custom navigation module for Neos CMS

2541.7k](/packages/psmb-flatnav)

PHPackages © 2026

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