All Projects → jawira → Emoji Catalog

jawira / Emoji Catalog

Licence: mit
Get access to +3500 emojis as class constants

Labels

Projects that are alternatives of or similar to Emoji Catalog

Vue Twemoji Picker
Vue Twemoji Picker - A fast plug-n-play Twemoji Picker (+textarea for Twemoji rendering) for Vue. Support Unicode Emoji 13.0.
Stars: ✭ 154 (-27.01%)
Mutual labels:  emoji
Quill Emoji
Quill module toolbar extension for emoji
Stars: ✭ 175 (-17.06%)
Mutual labels:  emoji
Textformatter
Text formatting library that supports BBCode, HTML and other markup via plugins. Handles emoticons, censors words, automatically embeds media and more.
Stars: ✭ 188 (-10.9%)
Mutual labels:  emoji
Padroes De Commits
📄 Padrão de commits para repositórios.
Stars: ✭ 164 (-22.27%)
Mutual labels:  emoji
Mojibar
🍊 Emoji searcher but as a menubar app.
Stars: ✭ 2,040 (+866.82%)
Mutual labels:  emoji
Emoji
在网页中显示emoji表情符号
Stars: ✭ 177 (-16.11%)
Mutual labels:  emoji
Uitextviewdiyemojiexample
Example of insert custom emoji image in to UITextView. And get the represent string back after editing.
Stars: ✭ 148 (-29.86%)
Mutual labels:  emoji
Emoji Helper
A small cross-browser emoji cheatsheet extension 👍
Stars: ✭ 194 (-8.06%)
Mutual labels:  emoji
Emojicpp
Emoji 😄 for c++ developers 👍
Stars: ✭ 174 (-17.54%)
Mutual labels:  emoji
Emoji Search
😄 Emoji synonyms to build your own emoji-capable search engine (elasticsearch, solr)
Stars: ✭ 184 (-12.8%)
Mutual labels:  emoji
Twemoji
Emoji for everyone. https://twemoji.twitter.com/
Stars: ✭ 13,604 (+6347.39%)
Mutual labels:  emoji
Emoji
💌 Find the emoji that echoes your mind.
Stars: ✭ 2,072 (+881.99%)
Mutual labels:  emoji
Emojify Webpack Plugin
🦄 Turn your code into emoji
Stars: ✭ 178 (-15.64%)
Mutual labels:  emoji
Github Complete.vim
Vim input completion for GitHub
Stars: ✭ 161 (-23.7%)
Mutual labels:  emoji
Pino Colada
cute ndjson formatter for pino 🌲🍹
Stars: ✭ 189 (-10.43%)
Mutual labels:  emoji
Spacymoji
💙 Emoji handling and meta data for spaCy with custom extension attributes
Stars: ✭ 151 (-28.44%)
Mutual labels:  emoji
Emoji.json
Just an emoji.json
Stars: ✭ 175 (-17.06%)
Mutual labels:  emoji
Jekyll Spaceship
🚀 A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc.
Stars: ✭ 196 (-7.11%)
Mutual labels:  emoji
Free Gophers Pack
✨ This pack of 100+ gopher pictures and elements will help you to build own design of almost anything related to Go Programming Language: presentations, posts in blogs or social media, courses, videos and many, many more.
Stars: ✭ 2,343 (+1010.43%)
Mutual labels:  emoji
Sharemeow
😻 text shots service
Stars: ✭ 180 (-14.69%)
Mutual labels:  emoji

Emoji catalog 📔

Get access to +3500 emojis as class constants.

Features:

  • 🍰 Dead easy to use
  • 🤩 A lot of emojis
  • 🔓 Zero dependencies

You can see the full emoji list.

Latest Stable Version Emoji version License composer.lock PDS Skeleton HitCount

Usage

You have access to emojis as \Jawira\EmojiCatalog\Emoji constants:

<?php
use Jawira\EmojiCatalog\Emoji;

echo Emoji::GRINNING_FACE;  // 😀
echo Emoji::SOCCER_BALL;    // ⚽
echo Emoji::HOURGLASS_DONE; // ⌛
echo Emoji::EJECT_BUTTON;   // ⏏

Your favorite IDE should give you autocomplete since you are simply calling class constants:

Autocomplete

How to install

$ composer require jawira/emoji-catalog

Emoji sequences

An emoji sequence is an emoji composed of other emojis. For example the character "👨‍👩‍👧" is composed of five characters: U+1F468 U+200D U+1F469 U+200D U+1F467.

You don't need to compose your emojis, jawira/emoji-catalog comes with all possible sequences as class constants:

echo Emoji::FAMILY_MAN_WOMAN_GIRL; // 👨‍👩‍👧

Contributing

If you liked this project, ⭐ star it on GitHub.

License

This library is licensed under the MIT license.


Packages from jawira

jawira/plantuml GitHub stars
Provides PlantUML executable and plantuml.jar
jawira/plantuml-encoding GitHub stars
PlantUML encoding functions.
jawira/case-converter GitHub stars
Convert strings between 13 naming conventions: Snake case, Camel case, Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Sentence case, Title case and Dot notation.
More...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].