Skip to content

fixsoftware/gosms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosms – Sending SMS via gosms.cz API

Example

$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();

About

gosms – Sending SMS via gosms.cz API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%