Recommend this page to a friend! |
Classes of Nic Latyshev | PHP Emoji Converter | README.md | Download |
|
DownloadEmoji-PHP-Static - Conversion Emoji in PHP from Unified <--> HTMLThis is a PHP library for conversion Emoji from some mobile phones (iOS & Android) to html code and back Based on <a href="https://github.com/iamcal/php-emoji">php-emoji</a> by Cal Henderson USAGE
When using the HTML format, you'll also need to include the <code>emoji.css</code> file, which points to the <code>emoji.png</code> image. These images come from the <a href="https://github.com/github/gemoji">gemoji</a> project and cover all current codepoints. Also i'm add another way of conversion - Emoji to HTML-Entity (like 🌺) and back for use with downloadable web-font from <a href="http://emojisymbols.com/faq.php">emojisymbols.com</a>. This way is best way for edit (or delete, khe-khe) Emoji in textarea on desktop browsers USAGE
IMPORTANT NOTE: This library currently only deals with UTF-8. CREDITSStatic class by Nic Latyshev <nickyx3@gmail.com> Based on <a href="https://github.com/iamcal/php-emoji">php-emoji</a> by Cal Henderson <cal@iamcal.com> This work is dual-licensed under the GPL v3 and the MIT license. Image copyrights: https://github.com/github/gemoji/blob/master/LICENSE Version 1 released on 2015-10-10 |