giberti / emoji-data
PHP classes with constant to multibyte emoji characters
Installs: 3 578
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^7.3 || ^8.0
Requires (Dev)
- ext-iconv: *
- nicmart/tree: ^0.3
- phpunit/phpunit: ^9.6
- twig/twig: ^3.14
README
To Rebuild Data Files
- Edit the URL to parse in
builder/Parser.php
around 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.twig
andbuilder/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