steein / php_emoji
Library, which provides a constant sorted after category for PHP-Emoji characters in PHP 7.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
pkg:composer/steein/php_emoji
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2025-09-28 01:49:26 UTC
README
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