SteeinRu / php-emoji

Library, which provides a constant sorted after category for PHP-Emoji characters in PHP 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library, which provides a constant sorted after category for PHP-Emoji characters in PHP 7.

use SteeinEmoji\PHPEmoji;

echo PHPEmoji::admissionTickets();      //static method
echo PHPEmoji::CHAR_ADMISSION_TICKETS;  //const

Usage

The SteeinEmoji\PHPEmoji::CHAR_ contains character constants that may be used directly:

\SteeinEmoji\PHPEmoji::CHAR_BABY_SYMBOL;

The method by which one can obtain Emoji:

\SteeinEmoji\PHPEmoji::babySymbol();

This library contains all the symbols listed on the website: Full Emoji Data

About

Library, which provides a constant sorted after category for PHP-Emoji characters in PHP 7.


Languages

Language:PHP 100.0%