https://github.com/jongotlin/mosms-php
A library to communicate with the MoSMS web service.
https://github.com/jongotlin/mosms-php
Last synced: 3 months ago
JSON representation
A library to communicate with the MoSMS web service.
- Host: GitHub
- URL: https://github.com/jongotlin/mosms-php
- Owner: jongotlin
- License: mit
- Created: 2015-01-26T21:16:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T14:43:56.000Z (over 10 years ago)
- Last Synced: 2025-02-14T04:48:54.437Z (5 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MoSMS
=====[](https://packagist.org/packages/brajox/mosms)
[](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";
```