Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 238 Bytes

usage.md

File metadata and controls

6 lines (4 loc) · 238 Bytes

Usage

Use the following statement in any of your controllers and the message will be sent!

$response = $this->sms->send_sms('PHONE_NUMBER_OF_RECIPIENT', 'SMS_MESSAGE_HERE');

Have fun! I'll be glad to help if some issue crops up. :)