2017 © Pedro Peláez
 

library sms-gate

PHP implementation of sms.sluzba.cz API.

image

axima/sms-gate

PHP implementation of sms.sluzba.cz API.

  • Thursday, June 29, 2017
  • by greeny
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

php-sms-gate

PHP implementation of sms.sluzba.cz API., (*1)

Installation

composer require axima/sms-gate

Usage

use Axima\SmsGate\Client;
use GuzzleHttp\Client as GuzzleClient;

$client = new Client(new GuzzleClient, 'login', 'password');
$client->sendSms(123456789, 'Hello there!');

To request confirmation, you can also provide third parameter to method sendSms, like this:, (*2)

$client->sendSms(123456789, 'Hello there!', TRUE);

Setting it to FALSE disables confirmation for this SMS. Setting it to NULL will use user's default settings., (*3)

4th parameter can be used to schedule sending of SMS., (*4)

$client->sendSms(123456789, 'Hello there!', TRUE, new DateTime('+10 minutes'));

Bug reports, feature requests

Please use GitHub issue tracker / pull requests., (*5)

The Versions

29/06 2017

dev-master

9999999-dev

PHP implementation of sms.sluzba.cz API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar greeny

29/06 2017

1.0.1

1.0.1.0

PHP implementation of sms.sluzba.cz API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar greeny

16/03 2017

1.0.0

1.0.0.0

PHP implementation of sms.sluzba.cz API.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar greeny