Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfcherng/php-aacodec
Encode/decode JavaScript to/from Japanese style emoticons.
https://github.com/jfcherng/php-aacodec
aacodec codec javascript kaomoji php-71 psr-1 psr-12 psr-4
Last synced: 4 months ago
JSON representation
Encode/decode JavaScript to/from Japanese style emoticons.
- Host: GitHub
- URL: https://github.com/jfcherng/php-aacodec
- Owner: jfcherng
- License: mit
- Created: 2018-03-21T15:27:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T19:09:07.000Z (about 2 years ago)
- Last Synced: 2024-09-29T19:41:47.677Z (4 months ago)
- Topics: aacodec, codec, javascript, kaomoji, php-71, psr-1, psr-12, psr-4
- Language: PHP
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# php-aacodec
[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/jfcherng/php-aacodec/php.yml?branch=master&style=flat-square)](https://github.com/jfcherng/php-aacodec/actions)
[![Packagist](https://img.shields.io/packagist/dt/jfcherng/php-aacodec?style=flat-square)](https://packagist.org/packages/jfcherng/php-aacodec)
[![Packagist Version](https://img.shields.io/packagist/v/jfcherng/php-aacodec?style=flat-square)](https://packagist.org/packages/jfcherng/php-aacodec)
[![Project license](https://img.shields.io/github/license/jfcherng/php-aacodec?style=flat-square)](https://github.com/jfcherng/php-aacodec/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/jfcherng/php-aacodec?style=flat-square&logo=github)](https://github.com/jfcherng/php-aacodec/stargazers)
[![Donate to this project using Paypal](https://img.shields.io/badge/paypal-donate-blue.svg?style=flat-square&logo=paypal)](https://www.paypal.me/jfcherng/5usd)A PHP implementation of the [aaencode](http://utf-8.jp/public/aaencode.html).
## Installation
```bash
$ composer require jfcherng/php-aacodec
```## Usage
After executing the following PHP code,
```php