1 Star 0 Fork 0

wilson52cc/hyperf-tools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 523 Bytes
一键复制 编辑 原始数据 按行查看 历史
Inahime-Takao 提交于 2021-11-30 16:06 . 2.2版本增加
{
"name": "madoka/hyperf-tools",
"description": "An independent component that use to myself.",
"type": "library",
"license": "MIT",
"require": {
"hyperf/contract": "^2.2"
},
"autoload": {
"psr-4": {
"Madoka\\": "src/"
}
},
"suggest": {
"ext-openssl": "Required to use Cipher.",
"ext-apcu": "Required to use Apcu Cache Driver."
},
"extra": {
"hyperf": {
"config": "Madoka\\ConfigProvider"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wilson52cc/madoka.git
[email protected]:wilson52cc/madoka.git
wilson52cc
madoka
hyperf-tools
master

搜索帮助