2017 © Pedro Peláez
 

library inforu

Inforu SMS Service

image

sidox/inforu

Inforu SMS Service

  • Monday, April 3, 2017
  • by pol292
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Inforu SMS Class

This class create for Inforu SMS Service, (*1)

How to use?

  • $inforu = new \Sidox\SMS\Inforu($username, $password, $sender);
  • $msg = 'Your sms msg';
  • //$nums = 'num1;num2...numN'; //demo1 nums
  • $nums = ['num1', 'num2', ... 'numN']; //demo2 nums
  • $inforu->createMessage($msg,$nums)->sendSMS();

The Versions

03/04 2017

dev-master

9999999-dev

Inforu SMS Service

  Sources   Download

MIT

by Pol

03/04 2017

v1.0.1

1.0.1.0

Inforu SMS Service

  Sources   Download

MIT

by Pol

03/04 2017

v1.0.0

1.0.0.0

Inforu SMS Service

  Sources   Download

by Pol