README.txt |
README.txt |
|
sms_twilio
~~~~~~~~~~
sms_twilio is a drupal module to add the twilio.com gateway to the sms framework module.
INSTALL
~~~~~~~
1. Download the twilio PHP library https://github.com/twilio/twilio-php/archive/master.zip and unzip into… |
sms_twilio.drush.inc |
drush/sms_twilio.drush.inc |
|
Drush integration for the sms_twilio module. |
sms_twilio.info |
sms_twilio.info |
|
name = "Twilio"
description = "Allows the SMS Framework to use twilio.com as a gateway."
package = SMS Framework
dependencies[] = sms
core = 7.x
files[] = sms_twilio.module |
sms_twilio.install |
sms_twilio.install |
|
|
sms_twilio.module |
sms_twilio.module |
|
Adds support for sending SMS messages using the Twilio gateway. |