arckinteractive/twilio_sms
Composer 安装命令:
composer require arckinteractive/twilio_sms
包简介
Twilio SMS API
README 文档
README
Features
- Send SMS using Twilio API
Usage
This plugin provides a handler for SMS notification delivery for notifications_sms plugin.
It can also send SMS messages programmatically:
notify_user($member->guid, 0, $subject, $message, [ 'action' => 'something', 'object' => $entity, 'url' => $entity->getURL(), 'summary' => $summary, 'sms' => $sms, // Provide custom text of the SMS notification, if not provided will fallback to 'summary' and then to 'subject' ], ['email', 'site', 'sms']);
elgg_send_sms('+1123434343', 'Hello there');
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2016-07-07