Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 400 Bytes

wbiztool-php

Send message

require_once("vendor/autoload.php");

$tool = new WBizTool($api_key, $client_id, $whatsapp_client);
$resp=$tool->sendText($country_code,$phone,$msg);

Get history

require_once("vendor/autoload.php");

$tool = new WBizTool($api_key, $client_id, $whatsapp_client);
$resp=$tool->getHistory(CarbonPeriod::between("2021-04-26", "2021-05-26"));