Looking to hire Laravel developers? Try LaraJobs

laravel maintained by wawp

Description
Laravel Wrapper for Wawp SDKContent
Author
Last update
2026/04/21 02:55 (dev-main)
License
Links
Downloads
0

Comments
comments powered by Disqus

Wawp Laravel Wrapper 🧡

A specialized Laravel bridge for the Wawp WhatsApp Automation Platform. Provides Facades and seamless configuration for the most elegant developer experience.

📦 Installation

composer require wawp/laravel

🛠️ Configuration

Publish the config file:

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

Update your .env file:

WAWP_INSTANCE_ID=your_id
WAWP_ACCESS_TOKEN=your_token

🚀 Usage

use Wawp;

// Send message via Facade
Wawp::messaging()->sendText($chatId, 'Hello from Laravel Facade!');

// Manage Sessions
Wawp::session()->info();

🏗️ Synergized with Wawp Ecosystem

This wrapper uses the @wawp/sdk-php internally, ensuring you have the latest V2 features while staying within the Laravel way.


© 2026 Wawp API. All rights reserved.