wawp/laravel is a Laravel package for laravel wrapper for wawp sdkcontent.
It currently has 0 GitHub stars and 0 downloads on Packagist (latest version v1.0.0).
Install it with composer require wawp/laravel.
Discover more Laravel packages by wawp
or browse all Laravel packages to compare alternatives.
Last updated
A specialized Laravel bridge for the Wawp WhatsApp Automation Platform. Provides Facades and seamless configuration for the most elegant developer experience.
composer require wawp/laravel
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
use Wawp;
// Send message via Facade
Wawp::messaging()->sendText($chatId, 'Hello from Laravel Facade!');
// Manage Sessions
Wawp::session()->info();
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.