dragonfire1119 / emojify

Lightweight Emoji library built for PHP. :sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emojify

Lightweight Emoji library built for PHP.

installation

  1. Install Composer.
  2. Require emojify with composer require ttaylorr/emojify dev-master
  3. Install all dependencies with composer install

example usage

<?php
  require_once __DIR__ . '/vendor/autoload.php';
  
  $text = 'Hello world, this is Emojify! :shipit:';
  echo Emoji::instance()->render($text);
?>

And you get:

demo image

About

Lightweight Emoji library built for PHP. :sparkles:


Languages

Language:PHP 72.4%Language:JavaScript 27.6%