PHP Classes

File: system/dependencies/jawira/emoji-catalog/README.md

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/jawira/emoji-catalog/README.md   Download  
File: system/dependencies/jawira/emoji-catalog/README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 2 years ago
Size: 2,812 bytes
 

Contents

Class file image Download

Emoji catalog ?

Get access to +3300 emojis as class constants.

Features:

  • ? Dead easy to use
  • ? A lot of emojis
  • ? Zero dependencies

You can see the [full emoji list].

Latest Stable Version Emoji version Total Downloads License composer.lock PDS Skeleton Issues HitCount

Usage

You have access to emojis as \Jawira\EmojiCatalog\Emoji constants:

<?php
use Jawira\EmojiCatalog\Emoji;

echo Emoji::GRINNING_FACE;  // ?
echo Emoji::SOCCER_BALL;    // ?
echo Emoji::HOURGLASS_DONE; // ?
echo Emoji::EJECT_BUTTON;   // ?

Your favorite IDE should give you autocomplete since you are simply calling class constants:

Autocomplete

How to install

$ composer require jawira/emoji-catalog

Contributing

If you liked this project, ? star it on [GitHub].

License

This library is licensed under the MIT license.

[GitHub]: https://github.com/jawira/emoji-catalog [full emoji list]: https://github.com/jawira/emoji-catalog/blob/master/docs/catalog.md

*

Packages from jawira

<dl> <dt><a href="https://packagist.org/packages/jawira/case-converter">jawira/case-converter</a> (library)</dt> <dd>Convert strings between 13 naming conventions: Snake case, Camel case,

  Pascal case, Kebab case, Ada case, Train case, Cobol case, Macro case,
  Upper case, Lower case, Sentence case, Title case and Dot notation.

</dd>

<dt><a href="https://packagist.org/packages/jawira/plantuml">jawira/plantuml</a> (library)</dt> <dd>Provides PlantUML integration: plantuml executable and plantuml.jar</dd>

<dt><a href="https://packagist.org/packages/jawira/plantuml-encoding">jawira/plantuml-encoding</a> (library)</dt> <dd>PlantUML encoding functions.</dd>

<dt><a href="https://packagist.org/packages/jawira/">more...</a></dt> </dl>