2017 © Pedro Peláez
 

library smsclient

Use this SMS client to send text messages through various providers, like VoipCheap

image

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

The README.md

# SMS-client

by Rutger Kirkels, (*1)

Latest Stable Version Total Downloads Monthly Downloads License, (*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();
?>

The Versions

23/10 2016

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

23/10 2016

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