hostlink / wbiztool-php
wbiztool 的 PHP 库
1.0.0
2021-04-26 04:25 UTC
Requires
- php: >=7.0
- guzzlehttp/guzzle: ^7.3
- nesbot/carbon: ^2.46
README
发送消息
require_once("vendor/autoload.php"); $tool = new WBizTool($api_key, $client_id, $whatsapp_client); $resp=$tool->sendText($country_code,$phone,$msg);
获取历史
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"));