Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jongotlin/mosms-php
- Owner: jongotlin
- License: mit
- Created: 2015-01-26T21:16:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T14:43:56.000Z (almost 10 years ago)
- Last Synced: 2024-11-04T06:42:48.796Z (2 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
=====[![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";
```