Skip to content

微信消息中默认表情图片与对应字符相互替换

License

Notifications You must be signed in to change notification settings

boofw/weixin-emoji-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boofw/weixin-emoji-php

微信消息中默认表情图片与对应字符相互替换

Installation

With composer :

{
    ...
    "require": {
        "boofw/weixin-emoji-php": "~1.0"
    }
}

or

composer require boofw/weixin-emoji-php:~1.0

Usage

将微信消息中的表情字符(如 /::), /::D 等)替换为相应表情图片

<?php

use Boofw\Weixin\Emoji\Emoji;

$content = Emoji::render($content);

About

微信消息中默认表情图片与对应字符相互替换

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages