nkreer / php-emoji
This package is abandoned and no longer maintained.
No replacement package was suggested.
Library that provides constants sorted after category for emoji characters in PHP 7.
1.1.1
2016-06-10 12:46 UTC
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.