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
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-25