Skip to content

Simple PHP libiary to convert Emoji(iOS 6,7,8,9,OS X) to unicode

License

Notifications You must be signed in to change notification settings

boonva/php-emoji

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

php-emoji

Simple PHP libiary to convert Emoji(iOS 6,7,8,OS X) to unicode


iOS 9 Support : @desexy

usage

<?php
    require_once('path/to/Emoji.php');
    //encode
    $text = '😄,hi';
    echo Emoji::Encode($text);
    //decode
    $text='\ud83d\ude04,hi';
    echo Emoji::Decode($text);
?>

About

Simple PHP libiary to convert Emoji(iOS 6,7,8,9,OS X) to unicode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%