Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giberti/emoji-data


https://github.com/giberti/emoji-data

emoji php7 php8

Last synced: about 1 month ago
JSON representation

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