All Projects → spatie → Emoji

spatie / Emoji

Licence: mit
Programatically work with emoji characters

Labels

Projects that are alternatives of or similar to Emoji

ngx-emoj
A simple, theme-able emoji mart/picker for angular 4+
Stars: ✭ 18 (-93.64%)
Mutual labels:  emoji
memorable-milestones
A GitHub Action that puts your milestones on auto-pilot, using memorable emoji names 🤖
Stars: ✭ 18 (-93.64%)
Mutual labels:  emoji
Photoeditor
A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
Stars: ✭ 3,105 (+997.17%)
Mutual labels:  emoji
emoji picker flutter
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
Stars: ✭ 55 (-80.57%)
Mutual labels:  emoji
BiliEmoji
B站全表情收集,含付费表情,支持Valine、MiniValine、Waline等评论系统
Stars: ✭ 87 (-69.26%)
Mutual labels:  emoji
localDataStorage
💼 A handy wrapper for HTML5 localStorage that seamlessly gets/sets primitive values (Array, Boolean, Date, Float, Integer, Null, Object or String); provides simple data scrambling; intelligently compresses strings; permits query by key as well as query by value and promotes shared storage segmentation in the same domain. Key names and values ar…
Stars: ✭ 42 (-85.16%)
Mutual labels:  emoji
rm-emoji-picker
A modern, ES2015 emoji picker and editor.
Stars: ✭ 76 (-73.14%)
Mutual labels:  emoji
Animoji
Animoji Generator 🦊
Stars: ✭ 277 (-2.12%)
Mutual labels:  emoji
emoji
Unfancy emoji searcher.
Stars: ✭ 66 (-76.68%)
Mutual labels:  emoji
emojipolation
The easiest way to use Unicode Emoji in Scala🎉✨
Stars: ✭ 23 (-91.87%)
Mutual labels:  emoji
dart-emoji
A light-weight Emoji 📦 for Dart & Flutter with all up-to-date emojis written in pure Dart 😄 . Made from 💯% ☕ with ❤️!
Stars: ✭ 16 (-94.35%)
Mutual labels:  emoji
emoji-clock
🕟 Generate the emoji clock face, moon phase 🌗 , or zodiac sign ♉ 🐶 for a given time
Stars: ✭ 12 (-95.76%)
Mutual labels:  emoji
libemoji
📚 Ultimate Emoji Generator library for C/C++
Stars: ✭ 21 (-92.58%)
Mutual labels:  emoji
lepre
🐰 Lightweight Emoji Picker for React Enthusiast
Stars: ✭ 15 (-94.7%)
Mutual labels:  emoji
Gitmoji Cli
This project provides an easy solution for using gitmoji from your command line. Gitmoji-cli solves the hassle of searching through the gitmoji list. Includes a bunch of options you can play with! 🎉
Stars: ✭ 3,514 (+1141.7%)
Mutual labels:  emoji
umoji
😄 A lib convert emoji unicode to Surrogate pairs
Stars: ✭ 68 (-75.97%)
Mutual labels:  emoji
ocaml-emoji
Emojis in OCaml, use them in your CLIs or whatever
Stars: ✭ 19 (-93.29%)
Mutual labels:  emoji
Em Keyboard
the cli emoji keyboard™ [ author @kennethreitz ]
Stars: ✭ 280 (-1.06%)
Mutual labels:  emoji
Format Readme
Формат файла README
Stars: ✭ 270 (-4.59%)
Mutual labels:  emoji
no-facebook-emoji
Get rid of those ugly emojis now! [stopped working 😢]
Stars: ✭ 15 (-94.7%)
Mutual labels:  emoji

Programatically work with emoji characters

Latest Version on Packagist Software License Tests Total Downloads

In PHP, you can display emoji characters just by typing them:

echo "😃";

This package provides some functionality to work with emojis if your IDE or used font can't render them correctly:

Emoji::grinningFace();

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Postcardware

You're free to use this package (it's MIT-licensed), but if it makes it to your production environment you are required to send us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.

The best postcards will get published on the open source page on our website.

Install

You can install the package via composer:

composer require spatie/emoji

Usage

The Spatie\Emoji\Emoji-class contains character constants that may be used directly:

Emoji::CHARACTER_GRINNING_FACE;

Or you can use the shorter method by leaving off "character" and using camelCase:

Emoji::grinningFace();

You can also use an ISO 3166 Alpha2 country code and get the appropriate flag for the country:

Emoji::countryFlag('be'); // 🇧🇪

This package contains Full Emoji List v13.1 based on https://unicode.org/Public/emoji/13.1/emoji-test.txt all methods and constants are auto-generated.

Changelog

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

We are accepting PRs that add characters to the class. Please use this list to look up the unicode value and the name of the character.

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

About Spatie

Spatie is a webdesign agency based in Antwerp, Belgium. You'll find an overview of all our open source projects on our website.

License

The MIT License (MIT). Please see License File for more information.

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].