tangniyuqi / yii2-emoji
The emoji extension for the Yii framework
Package info
github.com/tangniyuqi/yii2-emoji
Type:yii2-extension
pkg:composer/tangniyuqi/yii2-emoji
1.0.0
2017-05-24 08:55 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-20 12:51:16 UTC
README
add tangniyuqi/yii2-emoji to composer.json
$ composer install
$ php composer.phar require tangniyuqi/yii2-emoji "*"
or add
"tangniyuqi/yii2-emoji": "*"
to the require section of your composer.json file.
Usage
use tangniyuqi\emoji;
use tangniyuqi\emoji\EmojiAsset;
$face = emoji::toHtml($str);
EmojiAsset::register($this->getView());
public $depends = [
'yii\web\YiiAsset',
.......code.........
'yangshihe\emoji\EmojiAsset'
];