Merge branch 'docs'

This commit is contained in:
jawira 2019-08-31 20:40:40 +02:00
commit 3f24716d6a
3 changed files with 16 additions and 6 deletions

View File

@ -9,6 +9,7 @@
<w>oneline</w> <w>oneline</w>
<w>phing</w> <w>phing</w>
<w>plantuml</w> <w>plantuml</w>
<w>smilies</w>
<w>symplify</w> <w>symplify</w>
</words> </words>
</dictionary> </dictionary>

View File

@ -5,9 +5,9 @@ Get access to +3000 emojis as class constants.
Features: Features:
- 🍼 Really easy to use - 🍰 Really easy to use
- 🔓 Zero dependencies - 🔓 Zero dependencies
- 💪 A lot of emojis - 🤩 A lot of emojis
[![Latest Stable Version](https://poser.pugx.org/jawira/emoji-catalog/v/stable)](https://packagist.org/packages/jawira/emoji-catalog) [![Latest Stable Version](https://poser.pugx.org/jawira/emoji-catalog/v/stable)](https://packagist.org/packages/jawira/emoji-catalog)
![Emoji](https://img.shields.io/badge/Emoji-v12.0-%235354FE) ![Emoji](https://img.shields.io/badge/Emoji-v12.0-%235354FE)
@ -15,6 +15,7 @@ Features:
[![License](https://poser.pugx.org/jawira/emoji-catalog/license)](https://packagist.org/packages/jawira/emoji-catalog) [![License](https://poser.pugx.org/jawira/emoji-catalog/license)](https://packagist.org/packages/jawira/emoji-catalog)
[![composer.lock](https://poser.pugx.org/jawira/emoji-catalog/composerlock)](https://packagist.org/packages/jawira/emoji-catalog) [![composer.lock](https://poser.pugx.org/jawira/emoji-catalog/composerlock)](https://packagist.org/packages/jawira/emoji-catalog)
[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg)](https://github.com/php-pds/skeleton) [![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg)](https://github.com/php-pds/skeleton)
[![Issues](https://img.shields.io/github/issues/jawira/emoji-catalog.svg?label=HuBoard&color=694DC2)](https://huboard.com/jawira/emoji-catalog)
Usage Usage
----- -----
@ -31,8 +32,8 @@ echo Emoji::HOURGLASS_DONE; // ⌛
echo Emoji::EJECT_BUTTON; // ⏏ echo Emoji::EJECT_BUTTON; // ⏏
``` ```
Your favorite IDE should give you autocomplete since you are calling class Your favorite IDE should give you autocomplete since you are simply calling
constants: class constants:
![Autocomplete](docs/images/autocomplete.png) ![Autocomplete](docs/images/autocomplete.png)

View File

@ -2,6 +2,15 @@
"name": "jawira/emoji-catalog", "name": "jawira/emoji-catalog",
"type": "library", "type": "library",
"description": "Get access to +3000 emojis as class constants", "description": "Get access to +3000 emojis as class constants",
"keywords": [
"emoji",
"emojis",
"emoticons",
"smileys",
"smilies",
"unicode",
"catalog"
],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@ -12,8 +21,7 @@
"require": { "require": {
"php": ">=5.6" "php": ">=5.6"
}, },
"require-dev": { "require-dev": {},
},
"config": { "config": {
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true