Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jongotlin/mosms-php

A library to communicate with the MoSMS web service.
https://github.com/jongotlin/mosms-php

Last synced: 15 days ago
JSON representation

A library to communicate with the MoSMS web service.

Awesome Lists containing this project

README

        

MoSMS
=====

[![Latest Stable Version](https://poser.pugx.org/brajox/mosms/v/stable.png)](https://packagist.org/packages/brajox/mosms)
[![License](https://poser.pugx.org/brajox/mosms/license.png)](https://packagist.org/packages/brajox/mosms)

A library to communicate with the [MoSMS](https://www.mosms.com) web service.

Example
-------

```php
setCredentials($username, $password);

$balance = $M->getBalance();

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