1 Star 0 Fork 5

飞牛天使/tpr-composer

forked from 韩旭/tpr-composer 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
composer.json 725 Bytes
Copy Edit Raw Blame History
Axios authored 2017-08-04 16:41 . 多进程功能需要tp5.0.10以上版本
{
"name": "axios/tpr",
"description":"base on thinkphp5. restful api framework",
"homepage": "https://github.com/AxiosCros/tpr-composer",
"license": "Apache-2.0",
"minimum-stability": "stable",
"version": "2.1.20",
"authors": [
{
"name": "axios",
"email": "369017150@qq.com"
}
],
"support": {
"issues": "https://github.com/AxiosCros/tpr-composer/issues"
},
"require": {
"php": ">=7.0",
"topthink/framework": "^5.0.10",
"topthink/think-mongo": "v1.7",
"phpmailer/phpmailer": "^5.2"
},
"require-dev": {
"composer/composer": "1.0.*@dev"
},
"autoload": {
"psr-4": {
"axios\\tpr\\": "src"
},
"files": [
"src/helper.php"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/potatozhi/tpr-composer.git
git@gitee.com:potatozhi/tpr-composer.git
potatozhi
tpr-composer
tpr-composer
master

Search