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
- Host: GitHub
- URL: https://github.com/ifirmawan/wanotif
- Owner: ifirmawan
- Created: 2020-02-01T07:29:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T10:22:43.000Z (about 5 years ago)
- Last Synced: 2025-01-26T02:52:20.801Z (4 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);```