Skip to content

Commit ee53f63

Browse files
committed
增加Composer说明
1 parent ea3dda0 commit ee53f63

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ PHP Chinese Tool class, support Chinese pinyin, pinyin participle, simplified an
99

1010
本类库字典数据加载后会占用 40+ MB 内存,在访问量大的接口要使用此类汉字转拼音、繁简转换功能时,推荐用 Swoole 开发一个异步服务程序,只需加载一次数据,就可以持续高效地为你提供服务。
1111

12+
## 使用说明
13+
14+
### Composer 直接安装
15+
16+
`composer require yurunsoft/chinese-util`
17+
18+
### Composer 项目配置引入
19+
20+
```
21+
"require": {
22+
"yurunsoft/chinese-util" : "~1.0"
23+
}
24+
```
25+
1226
## 功能
1327

1428
### 汉字转拼音

0 commit comments

Comments
 (0)