Looking to hire Laravel developers? Try LaraJobs

laravel-emoji-parser maintained by theposeidonas

Description
A Laravel package for handling emoji expressions in blade files.
Author
Last update
2023/12/30 10:04 (dev-main)
License
Links
Downloads
6
Tags

Comments
comments powered by Disqus

Contributors Forks Stargazers Issues MIT License LinkedIn

Laravel Packagist Downloads (custom server)

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:

  1. 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.

  2. 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.

Getting Started

Once the package is successfully added to your project, it will be automatically loaded by Laravel's autoloader.

composer require theposeidonas/laravel-emoji-parser

Usage

Laravel Emoji Parser can be integrated with Blade directives. You can use name, keyword or slug to find emojis. For example:

@emoji('heart')

or

@emoji('eye in speech bubble')

Contributing

If you find a bug or would like to contribute, please create an issue or submit a pull request. Your contributions are welcome!

License

The Laravel Emoji Parser package is licensed under the MIT License. For more information, see the LICENSE file.

Contact

Baran Arda - @theposeidonas - info@baranarda.com

Project Link: https://github.com/theposeidonas/laravel-emoji-parser