Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giberti/emoji-data
https://github.com/giberti/emoji-data
emoji php7 php8
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/giberti/emoji-data
- Owner: giberti
- Created: 2020-09-26T21:25:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T12:50:32.000Z (2 months ago)
- Last Synced: 2024-09-12T21:04:43.003Z (2 months ago)
- Topics: emoji, php7, php8
- Language: PHP
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emoji Data
### To Rebuild Data Files
1. Edit the URL to parse in `builder/Parser.php` around line 10
2. Start a docker image to install the dependencies and run the builder```shell
docker run -it --rm -v `pwd`:/app composer:latest bash
composer install
cd builder
php Parser.php
```3. If add any additional backwards compatible CLDR mappings to `builder/Templates/Emoji.twig` and `builder/Templates/Mappings.twig`
4. Start (or reuse) a docker image to run the tests```shell
docker run -it --rm -v `pwd`:/app composer:latest bash
./vendor/bin/phpunit
```5. Cut a new release