https://github.com/hobrt-programming/yamamah
https://github.com/hobrt-programming/yamamah
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hobrt-programming/yamamah
- Owner: hobrt-programming
- Created: 2021-04-07T06:31:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-07T06:36:21.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T18:52:02.612Z (11 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yamamah-API PHP
Yamamah api php class
this is just a simple api for Yamamah 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