定制 kayana/whapify 二次开发

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

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

kayana/whapify

最新稳定版本:v1.0.8-stable

Composer 安装命令:

composer require kayana/whapify

包简介

whatsapp handler for whapify by kayana creative

README 文档

README

This Package Created By Kayana Creative Team, For Adding Whatsapp Function To The Project

Authors

Features

  • Send Message
  • Get All Message by Status

Installation

Requirement

  • Laravel 10 or Above
  • php 8.2 or above

Install my-project with npm

  composer require kayana/whapify

after it complete publish the config file

  php artisan vendor:publish kayana-whapify

Usage/Examples

use Kayana\Whapify\Whapify;

function test() {
    $whapify = new Whapify();

    $secret = "1234567890";
    $account = "yolow";

    // set credential
    $whapify->setCredential($account, $secret);

    $result = $whapify->send("+6281123456789", "test vendor original api by kayana dari oka");
    return $result
}

Used By

This project is used by the following companies:

  • Kayana Creative

Important

This still in development so please use it at risk, this can only do send a single mesasage and get list of message. will add complete functionlaity in the future. while i using it in my project.

Thank you~

统计信息

  • 总下载量: 53
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-25