1 Star 0 Fork 0

等风来,随风去 / PHPMailer-Swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "yurunsoft/phpmailer-swoole",
"type": "library",
"license": "LGPL-2.1",
"description": "PHPMailer 支持 Swoole 协程环境",
"require": {
"php": ">=7.0",
"PHPMailer/PHPMailer": "~6.0"
},
"require-dev": {
"swoft/swoole-ide-helper": "~2.0"
},
"autoload": {
"psr-4" : {
"Yurun\\Util\\Swoole\\PHPMailer\\" : "src/",
"PHPMailer\\PHPMailer\\" : "src/PHPMailer"
},
"files": ["src/PHPMailer/functions.php"]
}
}
1
https://gitee.com/BieAi_admin/PHPMailer-Swoole.git
git@gitee.com:BieAi_admin/PHPMailer-Swoole.git
BieAi_admin
PHPMailer-Swoole
PHPMailer-Swoole
master

搜索帮助