Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Encode/decode JavaScript to/from Japanese style emoticons.

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