1 Star 1 Fork 1

等风来,随风去 / think-pullword

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 746 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eden Leung 提交于 2021-01-05 10:48 . Update composer.json
{
"name": "xiaodi/think-pullword",
"description": "ThinkPHP 分词/抽词 扩展包",
"license": "MIT",
"authors": [
{
"name": "xiaodi",
"email": "liangjinbiao@live.com"
}
],
"keywords": [
"php",
"thinkphp",
"think-extend"
],
"minimum-stability": "dev",
"require": {
"topthink/framework": "6.0.*|5.1.*",
"guzzlehttp/guzzle": "^5.0|^6.0|^7.0"
},
"autoload": {
"psr-4": {
"PullWord\\": "src"
},
"files": [
"src/helper.php"
]
},
"extra": {
"think": {
"services": [
"PullWord\\PullWordService"
]
}
}
}
1
https://gitee.com/BieAi_admin/think-pullword.git
git@gitee.com:BieAi_admin/think-pullword.git
BieAi_admin
think-pullword
think-pullword
master

搜索帮助