theposeidonas/laravel-emoji-parser

A Laravel package for handling emoji expressions in blade files.

v1.0.1 2023-12-30 09:04 UTC

This package is auto-updated.

Last update: 2024-05-30 01:06:26 UTC


README

Contributors Forks Stargazers Issues MIT License LinkedIn


İstanbul Web Tasarım

Laravel Emoji Parser Package

Laravel Packagist Downloads (custom server)

A Laravel package for handling emoji expressions in blade files.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. 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:

  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.

(back to top)

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')

(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 - info@baranarda.com

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

(back to top)