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.

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/nkreer/php-emoji

1.1.1 2016-06-10 12:46 UTC

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.