1 Star 0 Fork 0

王道长/CZTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 833 Bytes
一键复制 编辑 原始数据 按行查看 历史
王道长 提交于 2022-02-21 19:21 . init
{
"name": "czan/hyperf-tools",
"description": "常用工具类",
"type": "library",
"keywords": [
"php",
"swoole",
"hyperf",
"utils"
],
"require": {
"php": ">=7.4",
"psr/container": "^1.0|^2.0",
"hyperf/database": "^2.2",
"hyperf/db-connection": "^2.2",
"hyperf/validation": "^2.2",
"hyperf/command": "^2.2",
"hyperf/config": "^2.2",
"hyperf/cache": "^2.2",
"hyperf/redis": "^2.2",
"hyperf/macroable": "~2.2.0",
"hyperf/utils": "~2.2.8",
"nesbot/carbon": "^2.0",
"psr/event-dispatcher": "^1.0",
"ext-bcmath": "*",
"ext-json": "*",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
"CZTools\\Hyperf\\": "src/"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/monkwang/cztools.git
git@gitee.com:monkwang/cztools.git
monkwang
cztools
CZTools
master

搜索帮助