$sms = OmniMessaging::driver('jawaly')->send($message,$mobileNumber,$sender,$options = []);
$sms->isSuccess(); //bool
$sms->getErrorsString(); // errors as string
$sms->getErrors(); // errors as array
$sms->getData(); // array of data returned from the gateway
$sms->toArray(); // array of all the above
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.