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

https://github.com/tekintian/pinyin_utils

PHP 汉字转拼音工具
https://github.com/tekintian/pinyin_utils

Last synced: 6 months ago
JSON representation

PHP 汉字转拼音工具

Awesome Lists containing this project

README

          

# PHP 汉字转拼音工具

目前最全面的汉字词典

包含20902个基本汉字+5059生僻字

## 使用方法:

1. 载入本工具类

~~~shell
composer require tekintian/pinyin_utils
~~~

2. 使用本工具

~~~php