bahricanli / laravel-emoji
Text with Emoji for Laravel
1.0.0
2016-09-23 20:03 UTC
Requires
- php: >=5.4.0
- illuminate/support: ~5.0 || ~4.0
This package is not auto-updated.
Last update: 2024-10-26 20:20:55 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.