1 Star 3 Fork 2

make/think-throttle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 568 Bytes
一键复制 编辑 原始数据 按行查看 历史
make 提交于 2023-04-29 21:36 +08:00 . 初始化
{
"name": "creatcode/think-throttle",
"description": "tp5.0接口限流",
"type": "think-extend",
"license": "Apache-2.0",
"authors": [
{
"name": "creatcode",
"email": "872864670@qq.com"
}
],
"autoload": {
"psr-4": {
"Creatcode\\throttle\\": "src"
}
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"topthink/framework": "~5.0.0"
},
"extra": {
"think-config": {
"throttle": "src/config.php"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/willrook/think-throttle.git
git@gitee.com:willrook/think-throttle.git
willrook
think-throttle
think-throttle
main

搜索帮助