项目作者: sms77io

项目描述 :
高级语言: PHP
项目地址: git://github.com/sms77io/elgg-sms.git
创建时间: 2021-05-04T11:21:59Z
项目社区:https://github.com/sms77io/elgg-sms

开源协议:

下载


seven SMS provider

Elgg Logo

Features

  • Send SMS using seven API

Usage

This plugin provides a handler for SMS notification delivery for the notifications_sms plugin.

It also supports sending SMS messages programmatically:

  1. notify_user($member->guid, 0, $subject, $message, [
  2. 'action' => 'something',
  3. 'object' => $entity,
  4. 'sms' => $sms, // Custom text of the SMS notification, falls back to 'summary' and then to 'subject'
  5. 'summary' => $summary,
  6. 'url' => $entity->getURL(),
  7. ], ['email', 'site', 'sms']);
  1. elgg_send_sms('+4987654210', 'HI2U!');

Support

Need help? Feel free to contact us.