https://github.com/hobrt-programming/hbsms-library
This is a simple library to interact with hbsms.com api and send sms .
https://github.com/hobrt-programming/hbsms-library
Last synced: 5 months ago
JSON representation
This is a simple library to interact with hbsms.com api and send sms .
- Host: GitHub
- URL: https://github.com/hobrt-programming/hbsms-library
- Owner: hobrt-programming
- Created: 2022-01-08T04:17:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-10T04:06:48.000Z (almost 4 years ago)
- Last Synced: 2025-07-29T02:03:08.191Z (5 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
# hbsms-library
This is a simple library to interact with hbsms.com api and send sms .
```
composer require hobrt/hbsms:dev-master
```
```
newSms($message, $phone_number, $device_id);
print_r(json_decode($response->getBody()));
```