$sms = new \SMS\GoSMS("CLIENT", "SECRET");
$sms->authenticate();
$sms->setChannel(1);
$sms->setMessage('Test');
$sms->setRecipient('+420xxxyyyzzz');
$sms->setExpectedSendTime(new \DateTime('+1 hour', new \DateTimeZone('Europe/Prague')));
$sms->send();
-
Notifications
You must be signed in to change notification settings - Fork 4
gosms – Sending SMS via gosms.cz API
License
tomaskavalek/gosms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
gosms – Sending SMS via gosms.cz API
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published