kayana / whapify
whatsapp handler for whapify by kayana creative
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
This package is auto-updated.
Last update: 2025-07-20 04:03:27 UTC
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~