Get access to +3600 emojis as class constants
Go to file
jawira 061c604f20 Preparing for v1.0.0 2019-10-01 20:32:27 +02:00
.idea/dictionaries Added docblock to Emoji class #2 2019-09-30 23:14:58 +02:00
docs/images Create EmojiCatalog 2019-08-30 21:30:16 +02:00
resources Added docblock to Emoji class #2 2019-09-30 23:14:58 +02:00
src Added docblock to Emoji class #2 2019-09-30 23:14:58 +02:00
.editorconfig Create EmojiCatalog 2019-08-30 21:30:16 +02:00
.gitattributes Create EmojiCatalog 2019-08-30 21:30:16 +02:00
.gitignore Create EmojiCatalog 2019-08-30 21:30:16 +02:00
CHANGELOG.md Preparing for v1.0.0 2019-10-01 20:32:27 +02:00
CONTRIBUTING.md Create EmojiCatalog 2019-08-30 21:30:16 +02:00
LICENSE.md Create EmojiCatalog 2019-08-30 21:30:16 +02:00
README.md Added docblock to Emoji class #2 2019-09-30 23:14:58 +02:00
build.png Create EmojiCatalog 2019-08-30 21:30:16 +02:00
build.xml Create EmojiCatalog 2019-08-30 21:30:16 +02:00
composer.json Update doc 2019-08-31 20:39:34 +02:00

README.md

Emoji catalog 📔

Get access to +3000 emojis as class constants.

Features:

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

Latest Stable Version Emoji Total Downloads License composer.lock PDS Skeleton Issues

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

Contributing

If you liked this project, star it on GitHub.

License

This library is licensed under the MIT license.


My other packages

jawira/case-converter (library)
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.
jawira/phing-visualizer (library)
Graphical representation of Phing's buildfile.
jawira/phing-open-task (library)
Phing task to open files, directories, and URLs with your favorite software.
jawira/plantuml (library)
Provides PlantUML integration: plantuml executable and plantuml.jar
jawira/plantuml-encoding (library)
PlantUML encoding functions.
jawira/process-maker (project)
Easily install and try ProcessMaker using Docker Compose.