Download the PHP package yama/mywaapi-php-lib without Composer
On this page you can find all versions of the php package yama/mywaapi-php-lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yama/mywaapi-php-lib
More information about yama/mywaapi-php-lib
Files in yama/mywaapi-php-lib
Download yama/mywaapi-php-lib
More information about yama/mywaapi-php-lib
Files in yama/mywaapi-php-lib
Vendor yama
Package mywaapi-php-lib
Short Description This is library for mywaapi https://github.com/yama24/mywaapi
License MIT
Package mywaapi-php-lib
Short Description This is library for mywaapi https://github.com/yama24/mywaapi
License MIT
Please rate this library. Is it a good library?
Informations about the package mywaapi-php-lib
Mywaapi PHP Lib
This is PHP library for mywaapi
Installation
Install with composer
Usage/Examples
for send message to contact
Parameter | Type | Description |
---|---|---|
number |
string |
Required. 6281292267204 |
message |
string |
Required. example message |
for information of connection
for check the number is registered or not
Parameter | Type | Description |
---|---|---|
number |
string |
Required. 6281292267204 |
for set the webhook/callback
Parameter | Type | Description |
---|---|---|
url |
string |
Required. webhook url |
for get the webhook/callback
for send media to contact or group
Parameter | Type | Description |
---|---|---|
numberOrGroupId |
string |
Required. 6281292267204 (you can use a number or group id) |
caption |
string |
example media caption (you can fill with empty string) |
file |
string |
Required. (you can fill it with base64 url data) |
for send message to group
Parameter | Type | Description |
---|---|---|
id |
string |
Required. [email protected] |
message |
string |
Required. example group message |
for clear all message in the chat
Parameter | Type | Description |
---|---|---|
numberOrGroupId |
string |
Required. 6281292267204 (you can use a number or group id) |
for delete chat
Parameter | Type | Description |
---|---|---|
numberOrGroupId |
string |
Required. 6281292267204 (you can use a number or group id) |
Please check this out
All versions of mywaapi-php-lib with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3
ext-curl Version *
ext-json Version *
ext-mbstring Version *
ext-curl Version *
ext-json Version *
ext-mbstring Version *
The package yama/mywaapi-php-lib contains the following files
Loading the files please wait ....