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

https://github.com/ifirmawan/wanotif

Automatic service for sending whatsapp messages through third parties
https://github.com/ifirmawan/wanotif

Last synced: 2 months ago
JSON representation

Automatic service for sending whatsapp messages through third parties

Awesome Lists containing this project

README

        

# wanotif
Automatic service for sending whatsapp messages through third parties

## Installation

```
composer require ifirmawan/wanotif:dev-master
```

## Example

```
setMessage('081393504913','Test WA notif')->sendMessage()->getResponse();

//debugging a response
print_r($res, TRUE);

```