nkreer / php-emoji
Library that provides constants sorted after category for emoji characters in PHP 7.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/nkreer/php-emoji
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2022-04-13 12:59:09 UTC
README
php-emoji is a library that provides constants sorted after category for emoji characters in PHP 7.
Installation
As always, this package can be installed using composer:
composer require nkreer/php-emoji
Usage
echo \Emoji\People::JOY;
Data
The data for this library was supplied by Cal Henderson and can be found here.