2017 © Pedro Peláez
 

elgg-plugin twilio_sms

Twilio SMS API

image

arckinteractive/twilio_sms

Twilio SMS API

  • Thursday, July 7, 2016
  • by hypeJunction
  • Repository
  • 9 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Twilio SMS provider

Elgg 2.1, (*1)

Features

  • Send SMS using Twilio API

Usage

This plugin provides a handler for SMS notification delivery for notifications_sms plugin., (*2)

It can also send SMS messages programmatically:, (*3)

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');

The Versions

07/07 2016

dev-master

9999999-dev http://arckinteractive.com

Twilio SMS API

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin sms notifications elgg

07/07 2016

1.0.0

1.0.0.0 http://arckinteractive.com

Twilio SMS API

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin sms notifications elgg