https://github.com/tekintian/pinyin_utils
PHP 汉字转拼音工具
https://github.com/tekintian/pinyin_utils
Last synced: 6 months ago
JSON representation
PHP 汉字转拼音工具
- Host: GitHub
- URL: https://github.com/tekintian/pinyin_utils
- Owner: tekintian
- Created: 2019-01-21T11:54:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T16:26:31.000Z (over 6 years ago)
- Last Synced: 2025-02-15T05:28:14.864Z (8 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP 汉字转拼音工具
目前最全面的汉字词典
包含20902个基本汉字+5059生僻字
## 使用方法:
1. 载入本工具类
~~~shell
composer require tekintian/pinyin_utils
~~~2. 使用本工具
~~~php