whatsva/waapi 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱: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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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