62 Star 307 Fork 71

宇润 / ChineseUtil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-08-17 17:17 . 更新说明
{
"name": "yurunsoft/chinese-util",
"description": "PHP 中文工具包,支持汉字转拼音、拼音分词、简繁互转、数字转换、金额数字转换。",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Yurun\\Util\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Yurun\\Util\\ChineseUtil\\Test\\": "tests/unit/"
}
},
"require-dev": {
"phpunit/phpunit": ">=4"
},
"scripts": {
"test": "./vendor/bin/phpunit -c ./tests/phpunit.xml",
"install-test": [
"@composer install",
"@composer test"
]
}
}
PHP
1
https://gitee.com/yurunsoft/ChineseUtil.git
git@gitee.com:yurunsoft/ChineseUtil.git
yurunsoft
ChineseUtil
ChineseUtil
master

搜索帮助