sms_gateway
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Project info
The sms gateway module provides a Drupal web interface for your sms transactions on your mobile phone with the use of the services provided by smsgateway.me.
This includes per user configuration, sending messages, retrieving messages, managing contacts, group messaging, bulk messaging, and other things you can do with sms in your mobile phone.
The maintainers of the this module are not in any way affiliated with smsgateway.me.
This project was posted in DO in 2016, but the actual development started last March 25, 2017, Saturday.
Installation
- Create account in https://smsgateway.me/.
- Download and install SMS Gateway Me on your mobile phone and sign-in to your account.
- Download and enable SMS Gateway module into your Drupal website.
- Set username, which is your smsgateway.me email address, and your password, at /admin/config/sms-gateway.
Development phases
- Setup of module files and dependencies.
- Setup sms-gateway config.
- List of Devices.
- Promote sandbox to full Drupal project.
- Contacts (individual).
- Messages (inbox).
- Message (individual thread).
- Write message form.
- Reply message form (at the bottom of an individual thread).
- Group contacts - contact containing several other contacts.
- Messages (inbox) to add listing of all outgoing messages to multiple contacts.
- Message (group thread).
- Reply message form to add sending to multiple contacts.
Those in bold are done.
Those in italic bold are currently in progress.
Motivation
Because Tim is bored, and lazy in getting his phone and composing messages there, he asked Anrold to start this project just for their own satisfaction. Prior to this project, they tried doing this experimentally with C; later on, ncurses; and then PHP. All were console-based.
Then, we realized that we can do the same with Drush.
Hence, this project.
