3 Star 37 Fork 12

owenzhang/webman-owen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.45 KB
一键复制 编辑 原始数据 按行查看 历史
owenzhang 提交于 2024-12-17 15:28 +08:00 . composer update
{
"name": "workerman/webman",
"type": "project",
"keywords": [
"high performance",
"http service"
],
"homepage": "http://www.workerman.net",
"license": "MIT",
"description": "High performance HTTP Service Framework.",
"authors": [
{
"name": "walkor",
"email": "[email protected]",
"homepage": "http://www.workerman.net",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/walkor/webman/issues",
"forum": "http://wenda.workerman.net/",
"wiki": "http://workerman.net/doc/webman",
"source": "https://github.com/walkor/webman"
},
"require": {
"php": ">=8.1",
"workerman/webman-framework": "^v1.4.7",
"monolog/monolog": "^2.0",
"topthink/think-template": "^2.0.8",
"aliyuncs/oss-sdk-php": "^2.4",
"alibabacloud/sdk": "^1.8",
"webman/redis-queue": "^1.0",
"illuminate/redis": "^8.79",
"symfony/cache": "^6.4.2",
"phpoption/phpoption": "^1.8",
"vlucas/phpdotenv": "^5.4",
"ext-json": "*",
"illuminate/database": "^v8.83.20",
"firebase/php-jwt": "^6.10",
"yurunsoft/yurun-oauth-login": "^3.0",
"alibabacloud/client": "^1.5",
"alibabacloud/dysmsapi-20170525": "2.0.8",
"gregwar/captcha": ">=1.2",
"topthink/think-orm": "^2.0.54",
"alipaysdk/easysdk": "^2.0",
"workerman/crontab": "^1.0",
"w7corp/easywechat": "^6.0",
"wechatpay/wechatpay": "^1.4",
"wechatpay/wechatpay-guzzle-middleware": "^0.2.2",
"webman/domain": "^1.0.1",
"webman/auto-route": "^1.0",
"webman/console": "^1.2.12",
"webman/think-orm": "^1.0.9",
"alibabacloud/dypnsapi-20170525": "^1.0",
"webman/action-hook": "^1.0",
"yanlongli/app-store-server-api": "^1.0",
"qcloud/cos-sdk-v5": "^2.5",
"topthink/think-validate": "^2.0",
"webman/admin": "^0.6.24",
"workerman/gateway-worker" : ">=3.0.0",
"ext-mongodb": "*",
"illuminate/events": "^8.83",
"webman/gateway-worker": "^1.0",
"phpmailer/phpmailer": "^6.9",
"roiwk/rabbitmq": "^1.2",
"pragmarx/google2fa": "^8.0",
"bacon/bacon-qr-code": "^3.0",
"ext-openssl": "*",
"irazasyed/telegram-bot-sdk": "^3.9",
"hsk99/webman-statistic": "^2.0"
},
"suggest": {
"ext-event": "For better performance. "
},
"autoload": {
"psr-4": {
"" : "./"
},
"psr-0" : {
"": "extend/"
},
"files": [
"./support/helpers.php",
"./app/functions.php"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/owenzhang24/webman-owen.git
[email protected]:owenzhang24/webman-owen.git
owenzhang24
webman-owen
webman-owen
master

搜索帮助