mirror of
https://github.com/jawira/emoji-catalog.git
synced 2023-08-10 21:12:49 +03:00
Get access to +3600 emojis as class constants
5f5971badb
Builfile wasn't improved as requested by ticket, however Emoji class has docblock with more details about Emoji. |
||
---|---|---|
.idea/dictionaries | ||
docs/images | ||
resources | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
build.png | ||
build.xml | ||
CHANGELOG.md | ||
composer.json | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
README.md |
Emoji catalog 📔
Get access to +3000 emojis as class constants.
Features:
- 🍰 Dead easy to use
- 🤩 A lot of emojis
- 🔓 Zero dependencies
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:
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.