https://github.com/hobrt-programming/msegat-api
msegat api php class
https://github.com/hobrt-programming/msegat-api
Last synced: 3 months ago
JSON representation
msegat api php class
- Host: GitHub
- URL: https://github.com/hobrt-programming/msegat-api
- Owner: hobrt-programming
- License: mit
- Created: 2018-11-03T03:01:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T03:15:05.000Z (over 6 years ago)
- Last Synced: 2025-01-26T13:28:59.014Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msegat-API
msegat api php classthis is just a simple api for msegat website with two functions
the first one to send sms
example
```
$sms = new Sms(username, password, sender);$teles = array("955xxxxxxx", "955xxxxxxxx");
$message = "this is test message";
$timeToSend = "2022-01-18 15:07:27";
$sms->send($teles, $message, $timeToSend);
```
the second is to get your credit
example```
$credit = $sms->getCredet();```
if you want more functions or apis just contact me
http://hobrt.me