2017 © Pedro Peláez
 

elgg-plugin notifications_sms

SMS Notification API for Elgg

image

arckinteractive/notifications_sms

SMS Notification API for Elgg

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

The README.md

SMS Notifications API

Elgg 2.1, (*1)

Features

  • API to integrate Elgg notifications with an SMS provider

Notes

Sending

The plugin does not send actual SMS messages. The provider plugin must register for 'send', 'sms' hook and use provider API to dispatch messages. The hook will receive to phone number and text as parameters., (*2)

To send an SMS, use notifications_sms_send()., (*3)

Instant notifications

To provide a custom SMS text for instant notifications, pass sms with parameters:, (*4)

notify_user($user->guid, elgg_get_site_entity()->guid, 'Really long notification subject', 'Really long notification body', array(
    'sms' => 'Send this sms',
), 'email');

Subscriptions notifications

To provide a custom SMS text for subscription notifications that differs from the summary, set sms property on the \Elgg\Notifications\Notification instance in the prepare hook., (*5)

The Versions

07/07 2016

dev-master

9999999-dev http://arckinteractive.com

SMS Notification API for Elgg

  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

SMS Notification API for Elgg

  Sources   Download

GPL-2.0

The Requires

 

by Ismayil Khayredinov

plugin sms notifications elgg