PHPackages                             njoguamos/laravel-waha - 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. [API Development](/categories/api)
4. /
5. njoguamos/laravel-waha

ActiveLibrary[API Development](/categories/api)

njoguamos/laravel-waha
======================

An opinionated Laravel package for interacting with WAHA API

v0.1.0-beta.15(3w ago)2985MITPHPPHP ^8.4 || ^8.5CI passing

Since Mar 15Pushed 1w agoCompare

[ Source](https://github.com/njoguamos/laravel-waha)[ Packagist](https://packagist.org/packages/njoguamos/laravel-waha)[ RSS](/packages/njoguamos-laravel-waha/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (18)Versions (27)Used By (0)

Laravel WAHA
============

[](#laravel-waha)

[![Latest Version on Packagist](https://camo.githubusercontent.com/37c2852e84a529cc594ca19f07fd2fb20b3ea4ab356bd6cdc9203e0d234a622f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6a6f6775616d6f732f6c61726176656c2d776168612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/njoguamos/laravel-waha)[![Total Downloads](https://camo.githubusercontent.com/0655e03d84169171f522e795398e008e4dabae0d6eb8c47ed2dbfb40c2194c78/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6a6f6775616d6f732f6c61726176656c2d776168612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/njoguamos/laravel-waha)

**Laravel WAHA** is an opinionated Laravel package for interacting with the [WAHA API](https://waha.example.com).

Requirements
------------

[](#requirements)

VersionPHPLaravel1.x8.4.x, 8.5.x12.x, 13.xInstallation
------------

[](#installation)

You can install the package via Composer:

```
composer require njoguamos/laravel-waha
```

Documentation
-------------

[](#documentation)

Full documentation is available at [waha.njoguamos.me.ke](https://waha.njoguamos.me.ke?source=GitHubRepo).

Configuration
-------------

[](#configuration)

### Environment variables

[](#environment-variables)

- `WAHA_API_KEY` – Your WAHA API key
- `WAHA_BASE_URL` – Base API URL (default `https://waha.example.com`)

```
WAHA_API_KEY=your-api-key
WAHA_BASE_URL=https://waha.example.com
```

Publishing Configuration
------------------------

[](#publishing-configuration)

You can publish the configuration by running the following command:

```
php artisan vendor:publish --tag=config --provider="NjoguAmos\Waha\WahaServiceProvider"
```

Usage
-----

[](#usage)

Here is a quick example of how to send a text status:

```
use NjoguAmos\Waha\Facades\Status;
use NjoguAmos\Waha\Dto\TextStatusData;

$statusData = new TextStatusData(
    text: 'Have a look! https://waha.example.com/',
    backgroundColor: '#38b42f',
    font: 1
);

$result = Status::sendText(session: 'default', data: $statusData);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Njogu Amos](https://github.com/njoguamos)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance97

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.6% of commits — single point of failure

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

Every ~5 days

Recently: every ~19 days

Total

17

Last Release

23d ago

PHP version history (2 changes)v0.1.0-alpha.1PHP ^8.4

v0.1.0-beta.3PHP ^8.4 || ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/1262b428518ef976f4268074e0b9e9280ec9af765aee553112bea64401beed8f?d=identicon)[njoguamos](/maintainers/njoguamos)

---

Top Contributors

[![njoguamos](https://avatars.githubusercontent.com/u/29255728?v=4)](https://github.com/njoguamos "njoguamos (95 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (25 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")

---

Tags

phpapilaravelwhatsappwaha

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1222.7M8](/packages/resend-resend-laravel)

PHPackages © 2026

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