wawp / laravel
Laravel Wrapper for Wawp SDKContent
v1.0.0
2026-04-21 00:55 UTC
Requires
- php: >=7.4
- wawp/sdk-php: ^1.0
README
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.