giberti/emoji-data
最新稳定版本:2.0
Composer 安装命令:
composer require giberti/emoji-data
包简介
PHP classes with constant to multibyte emoji characters
README 文档
README
To Rebuild Data Files
- Edit the URL to parse in
builder/Parser.phparound line 10 - Start a docker image to install the dependencies and run the builder
docker run -it --rm -v `pwd`:/app composer:latest bash composer install cd builder php Parser.php
- If add any additional backwards compatible CLDR mappings to
builder/Templates/Emoji.twigandbuilder/Templates/Mappings.twig - Start (or reuse) a docker image to run the tests
docker run -it --rm -v `pwd`:/app composer:latest bash
./vendor/bin/phpunit
- Cut a new release
统计信息
- 总下载量: 4.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-09-26