Download the PHP package sinacms/pinyin without Composer
On this page you can find all versions of the php package sinacms/pinyin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sinacms/pinyin
More information about sinacms/pinyin
Files in sinacms/pinyin
Download sinacms/pinyin
More information about sinacms/pinyin
Files in sinacms/pinyin
Vendor sinacms
Package pinyin
Short Description Chinese to pinyin translator.
License MIT
Homepage https://github.com/overtrue/pinyin
Package pinyin
Short Description Chinese to pinyin translator.
License MIT
Homepage https://github.com/overtrue/pinyin
Please rate this library. Is it a good library?
Informations about the package pinyin
Pinyin
基于 CC-CEDICT 词典的中文转拼音工具,更准确的汉字转拼音解决方案。
SAE服务地址:http://string2pinyin.sinaapp.com/doc.html
安装
-
使用 Composer 安装:
或者在你的项目 composer.json 加入:
- 直接下载文件
src/Pinyin/Pinyin.php
引入到项目中。
使用
设置
选项 | 描述 |
---|---|
delimiter |
分隔符,默认为一个空格 |
accent |
是否输出音调 |
only_chinese |
只保留 $string 中中文部分 |
uppercase |
取首字母时的大写,默认 false |
charset |
字符集,默认:UTF-8 |
全局设置: Pinyin::set('delimiter', '-');
临时设置: Pinyin::trans($word, $settings)
在调用的方法后传参
example:
在 Laravel 中使用
独立的包在这里:overtrue/laravel-pinyin
使用
与上面的使用方法一样:
TODO
- [x] 添加获取首字母;
- [x] 添加补充词典;
- [x] 添加音频表,根据音频提高未匹配词典时多音字准确度;
- [x] 添加首字母输出大小写选项
uppercase
; - [x] 支持载入自定义词库:
Pinyin::appends($appends = array())
; - [x] 支持 Laravel 5 的service provider。overtrue/laravel-pinyin
Contribution
欢迎提意见及完善补充词库 src/data/dict.php
! :kiss:
参考
License
MIT
All versions of pinyin with dependencies
PHP Build Version
Package Version
No informations.
The package sinacms/pinyin contains the following files
Loading the files please wait ....