iamcal.com

home | book | software | code | articles | public SVN

Emoji for PHP

This library allows the handling and conversion of Emoji in PHP.

You can download the latest release (r1) which contains a helpful readme file.

If you want the bleeding edge, it's also in my public SVN repo.

Example

<?php
	include('emoji.php');


	# browser sniffing tells us that a docomo phone
	# submitted this text

	$clean_text = emoji_docomo_to_unified($_POST[message]);


	...


	# now we want to show it in a desktop browser

	$html = emoji_unified_to_html($clean_text);
?>

WTF is this crap?

Ahh, young grasshopper. You might want to read this first.