hostlink/wbiztool-php

php library for wbiztool

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hostlink/wbiztool-php

1.0.0 2021-04-26 04:25 UTC

This package is auto-updated.

Last update: 2025-09-14 17:17:56 UTC


README

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"));