bahricanli / laravel-emoji
Text with Emoji for Laravel
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/bahricanli/laravel-emoji
Requires
- php: >=5.4.0
- illuminate/support: ~5.0 || ~4.0
This package is not auto-updated.
Last update: 2025-10-12 01:44:53 UTC
README
Text with Emoji for Laravel 5.X
Installation
Via Composer
$ composer require "bahricanli/laravel-emoji:dev-master"
Usage
use BahriCanli\LaravelEmoji\LaravelEmoji; $str = "Power "; LaravelEmoji::textWithEmoji($str);
Emoji Source
https://github.com/bahricanli/php-emoji
License
The MIT License (MIT). Please see License File for more information.