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.

Maintainers

Package info

github.com/nkreer/php-emoji

pkg:composer/nkreer/php-emoji

Statistics

Installs: 30

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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.