Download the PHP package neoisrecursive/emojify without Composer
On this page you can find all versions of the php package neoisrecursive/emojify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download neoisrecursive/emojify
More information about neoisrecursive/emojify
Files in neoisrecursive/emojify
Download neoisrecursive/emojify
More information about neoisrecursive/emojify
Files in neoisrecursive/emojify
Vendor neoisrecursive
Package emojify
Short Description convert shortnames to emojis and see if shortname is emoji
License GPL-3.0-only
Package emojify
Short Description convert shortnames to emojis and see if shortname is emoji
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package emojify
Emojify
provides methods for
- checking if string is shortcode
- replace shortcode with emoji
- replacing all shortcodes in string with emoji
Installation
You can install it with composer:
usage
how it works (behind the scenes)
The regex looks for a ":" and then for spaces(" "), since no shortcode contains spaces and breaks if it finds one, if not then another ":", and if the characters inside is a shortcode it returns true.
All versions of emojify with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package neoisrecursive/emojify contains the following files
Loading the files please wait ....