2017 © Pedro Peláez
 

library gosms

Sending messages via gosms.cz

image

tlapi/gosms

Sending messages via gosms.cz

  • Tuesday, July 17, 2018
  • by Tlapi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,186 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 35 % Grown

The README.md

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

The Versions

17/07 2018

dev-master

9999999-dev

Sending messages via gosms.cz

  Sources   Download

MIT

The Requires

 

sms gosms

10/07 2018

v0.1.1

0.1.1.0

Sending messages via gosms.cz

  Sources   Download

MIT

The Requires

 

sms gosms

10/07 2018

dev-patch-1

dev-patch-1

Sending messages via gosms.cz

  Sources   Download

MIT

The Requires

 

sms gosms

22/02 2016

v0.1.0

0.1.0.0

Sending messages via gosms.cz

  Sources   Download

MIT

The Requires

 

sms gosms