jadu/emoji
Composer 安装命令:
composer require jadu/emoji
包简介
Convert unicode and named (i.e. :smile:) Emoji into images
关键字:
README 文档
README
Emoji images from unicode characters and names (i.e. :sunrise:).
Built to work with Twemoji images.
use Jadu\Emoji\Emoji; use Jadu\Emoji\EmojiIndex; $emoji = new Emoji(new EmojiIndex(), '//cdn.jsdelivr.net/gh/jdecked/twemoji/assets/svg/%s.svg'); $emoji->replaceEmojiWithImages('🎈 :balloon:');
Install
Via Composer
$ composer require jadu/emoji
Requirements
The following versions of PHP are supported by this version.
- PHP 5.3
- PHP 5.4
- PHP 5.5
- PHP 5.6
Testing
$ phpunit
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 3.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-03