bahricanli/laravel-emoji

Text with Emoji for Laravel

1.0.0 2016-09-23 20:03 UTC

This package is not auto-updated.

Last update: 2024-10-26 20:20:55 UTC


README

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.