1 Star 2 Fork 1

cshaptx4869/http-crontab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
cshaptx4869 提交于 2023-01-14 16:32 +08:00 . Mod: 重新启动后重置任务执行锁
{
"name": "cshaptx4869/http-crontab",
"description": "接口化定时任务管理",
"type": "library",
"license": [
"Apache-2.0"
],
"keywords": [
"crontab",
"http"
],
"authors": [
{
"name": "cshaptx4869",
"email": "994774638@qq.com"
}
],
"require": {
"php": ">=7.0.0",
"ext-json": "*",
"workerman/workerman": "^4.0",
"workerman/crontab": "^1.0",
"workerman/mysql": "^1.0",
"nikic/fast-route": "^1.3"
},
"autoload": {
"psr-4": {
"Fairy\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
},
{
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cshaptx4869/http-crontab.git
git@gitee.com:cshaptx4869/http-crontab.git
cshaptx4869
http-crontab
http-crontab
master

搜索帮助