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

1.0.0 2016-09-23 20:03 UTC

This package is not auto-updated.

Last update: 2025-10-12 01:44:53 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.