Skip to content

Instantly share code, notes, and snippets.

@debojitkakoti
Created January 17, 2014 11:41
Show Gist options
  • Save debojitkakoti/8472070 to your computer and use it in GitHub Desktop.
Save debojitkakoti/8472070 to your computer and use it in GitHub Desktop.
whatsapp:send message
$w = new WhatsProt($userPhone, $userIdentity, $userName, $debug);
$w->Connect();
$w->LoginWithPassword($password);
$w->sendMessage($destinationPhone_new, $msgbody);//Send Message Here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment