定制 huid/sms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

huid/sms

Composer 安装命令:

composer require huid/sms

包简介

a simple package for send sms

README 文档

README

simpleSms - a package for send sms pass

模仿overtrue/easy-sms而做的一款极简版

安装

composer require huid/sms -vvv

环境需求

  • PHP >= 5.6

使用

// 使用模版方式
 $message1 = new Message([
      'template' => '{:date} is the good day',
      'data' => [
          '{:date}' => date('Y-m-d')
       ]
  ])
// 直接发送内容  
  $message => new Message([
        'content' => 'this is a test message',
  ]);
  
  $config = [
        'gateway' => [
                'qcloud' => [
                    'sdk_app_id' => 'xxxx',
                    'app_key' => 'xxxx',
                    'type' => 0
                ],
            ],
  ];
  
  $sms = new Sms($config);
  $sms->send(13800138000, $message1);
  $sms->send(13800138000, $message2);

License

MIT

如有问题,请联系本人zhang.huid@qq.com删除代码

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-03-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固