wawp/laravel

Laravel Wrapper for Wawp SDKContent

Maintainers

Package info

github.com/Whatsapp-Automation-web-platform/wawp-laravel

pkg:composer/wawp/laravel

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-04-21 00:55 UTC

This package is auto-updated.

Last update: 2026-04-21 01:00:30 UTC


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.