A quickie PHP script for managing a moderated Twilio SMS group chat.
LICENSE file
- PHP 5.3 and the Twilio SDK
- A Twilio account and number.
- Update the configuration settings and the list of known users.
- Grant your web server permissions to
feed.log
. - Point your Twilio number at the index.php instance's public URL.
- Any text from the moderator is passed along to the group of users.
- Any text from users is passed back to the moderator and all users.