PHP code example of hgati / emoticon-php
1. Go to this page and download the library: Download hgati/emoticon-php library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hgati / emoticon-php example snippets
$emoji = new \Hgati\Emoticon\Emoticon();
$emoji->random(); // will display an random emoji ==> 🍕️ (except emojis start with "flag-")
$emoji->get('heart'); // it will return an emoji with heart ❤, note: this also support with colon
$emoji->get(':heart:');
$emoji->search('hea'); // This will return an array with all emojies and key name matching with word `hea`
$emoji->emojify('I like :metal: '); // It will render the text with metal emoji