whatsva/waapi
Composer 安装命令:
composer require whatsva/waapi
包简介
Whatsapp API to make it easier to manage and or send a message
README 文档
README
Whatsva/waapi PHP library for WhatsApp API to send the whatsappp messages in PHP provided by whatsva.id
Installation
Just download whatsva.class.php or use Composer:
composer require whatsva/waapi:dev-master
Example usage
<?php require_once ('vendor/autoload.php'); // if you use Composer //require_once('ultramsg.class.php'); // if you download ultramsg.class.php $instance_key="Mqw66dHfmw2k"; // whatsva.id instance key $jid="62895361034833"; // phone number receiver $message = "hello"; // message to send $client = new Whatsva(); $api=$client->sendMessageText($instance_key,$jid,$message); print_r($api);
Support
Use Issues to contact me
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-12