An open API service indexing awesome lists of open source software.

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 .

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()));
```