aquadic/aqwhatsapp

Package to simplify how you connect to AQWhatsapp Services

dev-main 2023-07-03 02:11 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require aquadic/aqwhatsapp

You can publish the config file with:

php artisan vendor:publish --tag="aqwhatsapp-config"

This is the contents of the published config file:

return [
    /*
    |--------------------------------------------------------------------------
    | API TOKEN TO AUTHENTICATE WITH AQ SERVER. (YOU CAN CREATE ONE FROM PROFILE).
    */
    'api_token' => env('AQ_WHATSAPP_API_TOKEN', null),

    /*
    |--------------------------------------------------------------------------
    | SESSION UUID (THIS IS UNIQUE FOR EACH SESSION).
    */
    'session_uuid' => env('AQ_WHATSAPP_SESSION_UUID', null),
];

Usage

$aQWhatsapp = new AQuadic\AQWhatsapp();
echo $aQWhatsapp->sendMessage.......

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.