wnx / emojis
Up to date Emojis as PHP Classes
                                    Fund package maintenance!
                                                                            
                                                                                                                                        stefanzweifel
                                                                                    
                                                                            
                                                                                                                                        buymeacoff.ee/3oQ64YW
                                                                                    
                                                                
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/wnx/emojis
Requires
- php: ^8.0
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.0
- illuminate/collections: ^8.24
- symfony/console: ^5.2
- twig/twig: ^3.2
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.17
- phpunit/phpunit: ^9.5
- spatie/ray: ^1.10
- vimeo/psalm: ^4.3
This package is auto-updated.
Last update: 2023-01-10 21:00:52 UTC
README
A composer package containing all available Emoji combinations as PHP classes. Why? Why not?!
Installation
You can install the package via composer:
composer require wnx/emojis
Usage
use Wnx\Emojis\Emojis\Princess; $emoji = new Princess(); echo $emoji->symbol(); Princess::SYMBOL; Princess::HEX; Princess::CODE; Princess::NAME; Princess::GROUP; Princess::NAME_WITH_UNDERSCORES; Princess::TAGS;
Testing
composer test
Create Build
Regenerate Emoji classes by running the following commands.
composer install yarn composer run build
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.