https://github.com/assert6/aaencode
颜文字JavaScript 解密
https://github.com/assert6/aaencode
Last synced: 7 months ago
JSON representation
颜文字JavaScript 解密
- Host: GitHub
- URL: https://github.com/assert6/aaencode
- Owner: assert6
- License: mit
- Created: 2018-06-26T04:05:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T03:40:32.000Z (over 7 years ago)
- Last Synced: 2025-07-21T16:46:23.765Z (9 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AAencode JavaScript颜文字解密
## 通过Composer进行安装
```sh
composer require zcmzc/aaencode
```
## 使用
```php
use Zcmzc\AAEncode;
$code = AAEncode::decode($code);
```