Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.08 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.08 KB

Laravel Emoji

Text with Emoji for Laravel 5.X

Latest Stable Version License Build Status Quality Score Total Downloads

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.