Wednesday, 26 March 2014

Send or Receive WhatsApp messages via PHP using WhatsAPI

I was recently working on a project to get your WhatsApp account password and sending and receiving WhatsApp messages, it’s really easy to send and receive WhatsApp messages via PHP. Using the PHP-based framework WhatsAPI, Its a simple WhatsApp notifier script.

This is a simple and ease tutorial to get WhatsApp password using WhatsAPI and shows two function of WhatsAPI.

  1. Sending simple outgoing messages to any number.
  2. Listen for new incoming messages from your WhatsApp account.
Table of Content:


  1. Download WhatsAPI and test scripts
  2. Get your WhatsApp Password
  3. Send WhatsApp messages
  4. Receive WhatsApp messages

1. Download WhatsAPI and test scripts
Downloading WhatsAPI is really simply since it is hosted on Github. Simply make a new directory and retrieve WhatsAPI from Github.

You Can download it WhatsAPI
or using Git Bash

git clone https://github.com/venomous0x/WhatsAPI

2. Get your WhatsApp password

Is quite simple and easy 
I'll explain it later
Thanks