ikxbot / module-sms
Ikx IRC Bot SMS module
1.0.0
2019-02-03 11:57 UTC
Requires
- ext-curl: *
- ikxbot/core: ^1.0
- ikxbot/ikx: ^1.0
- twilio/sdk: ^5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-11 19:14:22 UTC
README
Configuration
The SMS module requires some configuration in order to work.
Add the following to your app/config.yml file in order to allow the SMS
module work.
options:
twilio:
sid: "ACXXXXXX"
auth: "XXXXXXX"
number: "+1234567890"
Replace the value of sid with your Twilio API SID, the value of auth with
your Twilio API auth key and the value of number with your own personal
Twilio phone number.