定制 whatsva/waapi 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固