Download the PHP package theposeidonas/laravel-emoji-parser without Composer
On this page you can find all versions of the php package theposeidonas/laravel-emoji-parser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download theposeidonas/laravel-emoji-parser
More information about theposeidonas/laravel-emoji-parser
Files in theposeidonas/laravel-emoji-parser
Package laravel-emoji-parser
Short Description A Laravel package for handling emoji expressions in blade files.
License MIT
Informations about the package laravel-emoji-parser

Laravel Emoji Parser Package
[![Laravel][Laravel.com]][Laravel-url] ![Packagist Downloads (custom server)][downloads-url]
A Laravel package for handling emoji expressions in blade files.
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
- About The Project
- Getting Started
- Usage
- Contributing
- License
- Contact
About The Project
Laravel Emoji Parser is a package for handling emoji expressions in Laravel projects. It parses emoji expressions in text, replacing them with the corresponding Unicode characters, allowing you to provide a user-friendly emoji experience in your Laravel applications.
Why you need it:
-
Compatibility: The Laravel Emoji Parser ensures consistent emoji rendering across different platforms and devices. It handles the conversion of emoji expressions to Unicode characters, promoting a standardized approach to emoji usage.
- Blade Integration: Seamless integration with Laravel Blade allows you to easily incorporate emojis into your views and templates using simple directives, enhancing the simplicity of implementation.
By integrating Laravel Emoji Parser into your Laravel projects, you can effortlessly incorporate emojis into your application's text, providing a modern and enjoyable user experience. You can find the emoji lib under src/resources/emoji.json file.
(back to top)
Getting Started
Once the package is successfully added to your project, it will be automatically loaded by Laravel's autoloader.
Usage
Laravel Emoji Parser can be integrated with Blade directives. You can use name, keyword or slug to find emojis. For example:
or
(back to top)
Contributing
If you find a bug or would like to contribute, please create an issue or submit a pull request. Your contributions are welcome!
(back to top)
License
The Laravel Emoji Parser package is licensed under the MIT License. For more information, see the LICENSE file.
(back to top)
Contact
Baran Arda - @theposeidonas - [email protected]
Project Link: https://github.com/theposeidonas/laravel-emoji-parser
(back to top)