im/vendor/singka/singka-sms/composer.json

33 lines
1023 B
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "singka/singka-sms",
"description": "适用于ThinkPHP6.0的各种短信接口集成服务本项目集成了各大云服务厂商的短信业务平台支持ThinkPHP5.0、ThinkPHP5.1和ThinkPHP6.0由宁波晟嘉网络科技有限公司维护目前支持阿里云、腾讯云、七牛云、又拍云、Ucloud和华为云。",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "宁波晟嘉网络科技有限公司 夏慧新",
"email": "shycomet@singka.email"
}
],
"require": {
"php": ">=7.0",
"guzzlehttp/guzzle": "~6.0@dev",
"alibabacloud/client": "^1.5",
"singka/ucloud-sms": "^1.8",
"qcloudsms/qcloudsms_php": "0.1.*",
"qiniu/php-sdk": "^7.2"
},
"autoload": {
"psr-4": {
"SingKa\\Sms\\" : "src/"
}
},
"extra": {
"think": {
"config": {
"sms": "config/config.php"
}
}
}
}