library smsclient
Use this SMS client to send text messages through various providers, like VoipCheap
rutgerkirkels/smsclient
Use this SMS client to send text messages through various providers, like VoipCheap
- Sunday, October 23, 2016
- by rutgerkirkels
- Repository
- 1 Watchers
- 0 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
# SMS-client
by Rutger Kirkels, (*1)
, (*2)
Installation
Use Composer to install the library:, (*3)
``` bash
$ composer require rutgerkirkels/smsclient, (*4)
## Usage
```php
setCredentials(array('username' => '', 'password' => ''));
// Set the recipients telephone number in international format
$client->setRecipient('0031641443860');
// Set the text you want to send
$client->setMessage('zomaar een tekst');
$client->send();
?>
dev-master
9999999-dev
Use this SMS client to send text messages through various providers, like VoipCheap
Sources
Download
MIT
The Development Requires
sms
client
voipcheap
1.0.0-beta.1
1.0.0.0-beta1
Use this SMS client to send text messages through various providers, like VoipCheap
Sources
Download
MIT
The Development Requires
sms
client
voipcheap