whatsva / waapi
Whatsapp API to make it easier to manage and or send a message
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/whatsva/waapi
Requires
- php: >=5.6.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-10-12 11:00:04 UTC
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