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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-emoji-parser

Contributors Forks Stargazers Issues MIT License LinkedIn


İstanbul Web Tasarım

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

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)


All versions of laravel-emoji-parser with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package theposeidonas/laravel-emoji-parser contains the following files

Loading the files please wait ....