Skip to content

A library to communicate with the MoSMS web service.

License

Notifications You must be signed in to change notification settings

tsjost/MoSMS-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoSMS

Latest Stable Version License

A library to communicate with the MoSMS web service.

Example

<?php

use brajox\MoSMS;

$username = 'username';
$password = 'password';

$M = new MoSMS\Client(new MoSMS\HTTPConnector);
$M->setCredentials($username, $password);

$balance = $M->getBalance();

echo 'Account balance: '. ($balance/100) .' SEK excl. VAT'."\n";

About

A library to communicate with the MoSMS web service.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages