astrotomic / php-twemoji
Easily generate Twemoji URLs
Fund package maintenance!
Gummibeer
Issuehunt
offset.earth/treeware
Installs: 1 849
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 3
Requires
- php: ^7.4 || ^8.0
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- pestphp/pest: ^0.3.0
- spatie/emoji: ^2.2.0
Suggests
- spatie/emoji: *
README
This package provides a fluent PHP OOP builder for Twemoji URLs.
Installation
You can install the package via composer:
composer require astrotomic/php-twemoji
Usage
use Astrotomic\Twemoji\Twemoji; Twemoji::emoji('🎉')->url(); // https://twemoji.maxcdn.com/v/latest/svg/1f389.svg Twemoji::emoji('🎉')->png()->url(); // https://twemoji.maxcdn.com/v/latest/72x72/1f389.png Twemoji::emoji('🎉')->base('https://twemoji.astrotomic.info')->url(); // https://twemoji.astrotomic.info/svg/1f389.svg
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details. You could also be interested in CODE OF CONDUCT.
Security
If you discover any security related issues, please check SECURITY for steps to report it.
Credits
License
The MIT License (MIT). Please see License File for more information.
Treeware
You're free to use this package, but if it makes it to your production environment I would highly appreciate you buying the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you contribute to my forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees at offset.earth/treeware
Read more about Treeware at treeware.earth