PHPackages                             wawp/laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. wawp/laravel

ActiveLibrary[Framework](/categories/framework)

wawp/laravel
============

Laravel Wrapper for Wawp SDKContent

v1.0.0(1mo ago)00MITPHPPHP &gt;=7.4

Since Apr 21Pushed 1mo agoCompare

[ Source](https://github.com/Whatsapp-Automation-web-platform/wawp-laravel)[ Packagist](https://packagist.org/packages/wawp/laravel)[ RSS](/packages/wawp-laravel/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Wawp Laravel Wrapper 🧡
======================

[](#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
--------------

[](#-installation)

```
composer require wawp/laravel
```

🛠️ Configuration
----------------

[](#️-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
-------

[](#-usage)

```
use Wawp;

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

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

🏗️ Synergized with Wawp Ecosystem
---------------------------------

[](#️-synergized-with-wawp-ecosystem)

This wrapper uses the **[@wawp/sdk-php](https://github.com/wawp-api/wawp-sdk-php)** internally, ensuring you have the latest V2 features while staying within the Laravel way.

---

© 2026 Wawp API. All rights reserved.

###  Health Score

33

—

LowBetter than 73% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

50d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/652b7243fa5393e6f9cb1ca3cfd1d2067948910821eca15398389077d19b4bbd?d=identicon)[aebnsafaa](/maintainers/aebnsafaa)

### Embed Badge

![Health badge](/badges/wawp-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/wawp-laravel/health.svg)](https://phpackages.com/packages/wawp-laravel)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M822](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[pinguo/php-msf

Pinguo Micro Service Framework For PHP

1.7k4.2k](/packages/pinguo-php-msf)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
