laravel maintained by wawp
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.