Download the PHP package waapi/waapi-php-sdk without Composer
On this page you can find all versions of the php package waapi/waapi-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package waapi-php-sdk
WaAPI PHP Package
Introduction
PHP package to easily interact with waapi.app.
Installation
Composer
Usage
Initial Setup
Check if WhatsApp API is available
Create a new instance
Get an existing instance
Update an existing instance
Delete an existing instance
Get the QR-Code
After creating a new instance, you need to connect your WhatsApp phone number with this instance. With the following code, you are able to receive the current QR-Code.
Get the instance status
An instance always has a status.
Status | Description |
---|---|
booting | The node is starting the instance. The status will change to loading_screen soon. |
loading_screen | The instance is starting WhatsApp Web. The status will change to qr or ready soon. |
qr | The instance needs to be connected with a WhatsApp phone number. You can fetch the QR code now. |
authenticated | The connection via the QR code was successful. The status will change to ready soon. |
auth_failure | The connection via the QR code failed or WhatsApp Web is down. |
ready | The instance is ready to use. You are able to execute actions and send messages. |
disconnected | Disconnected from WhatsApp Web |
Get information about an existing instance
License
The MIT License (MIT). Please see License File for more information.
All versions of waapi-php-sdk with dependencies
PHP Build Version
Package Version
The package waapi/waapi-php-sdk contains the following files
Loading the files please wait ....