1 Star 0 Fork 71

周文君 / ChineseUtil

forked from 宇润 / ChineseUtil 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 972 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2019-08-26 13:13 . 新增测试用例
{
"name": "yurunsoft/chinese-util",
"description": "PHP 中文工具类,支持汉字转拼音、拼音分词、简繁互转。PHP Chinese Tool class, support Chinese pinyin, pinyin participle, simplified and traditional conversion",
"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 <8"
},
"scripts": {
"test": "@php ./tests/phpunit -c ./tests/phpunit.xml",
"install-test": [
"@composer install",
"@composer test"
],
"test-no-dev": "phpunit -c ./tests/phpunit.xml",
"install-test-no-dev": [
"@php ./.travis/composer-no-phpunit.php",
"@composer install",
"@composer test-no-dev"
]
}
}
PHP
1
https://gitee.com/zhouwenjun315/ChineseUtil.git
git@gitee.com:zhouwenjun315/ChineseUtil.git
zhouwenjun315
ChineseUtil
ChineseUtil
master

搜索帮助