Skip to content

Whatsapp API, It provides easy message receiving and sending. It is always up to date.

License

Notifications You must be signed in to change notification settings

whaapicom/whatsapp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp API, It provides easy message receiving and sending. It is always up to date. For 3 days of free use, please click here.

First include the library.

include 'wha-api.class.php';

Enter API information

$whaAPI = new WhaAPI();
$whaAPI->setApiKey('EM8Zk4x4grH3');
$whaAPI->setInstance('161076');

Send Message

$sendMessage = $whaAPI->sendMessage(array(
    'phone' => '14233071206',
    'body' => 'test'
));

if ($sendMessage->status == 'success') {
    echo 'Message sent';
}

About

Whatsapp API, It provides easy message receiving and sending. It is always up to date.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages