library inforu
Inforu SMS Service
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
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();