PHPackages                             foxtes/botman-wazzup-driver - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. foxtes/botman-wazzup-driver

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

foxtes/botman-wazzup-driver
===========================

v1.1(10mo ago)0872↓70.2%MITPHPPHP &gt;=7.4

Since Sep 21Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/maximAbdalov/botman-wazzup-driver)[ Packagist](https://packagist.org/packages/foxtes/botman-wazzup-driver)[ RSS](/packages/foxtes-botman-wazzup-driver/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (7)Versions (6)Used By (0)

Botman Wazzup driver
--------------------

[](#botman-wazzup-driver)

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

[](#requirements)

- PHP 7.4 or higher
- Any http client with PSR-18 support
- Botman

### Install driver

[](#install-driver)

```
composer require foxtes/botman-wazzup-driver
```

Then you should define in the .env file the following properties:

```
WHATSAPP_PARTNER="https://api.wazzup24.com/v3/"
WHATSAPP_TOKEN=your_token
WHATSAPP_CHANEL_ID=your_chanel_id
```

If you don't use BotMan Studio, the driver should be applied manually:

```
// ...

// Applying driver
DriverManager::loadDriver(\BotMan\Drivers\WazzupDriver\WhatsAppDriver::class);

// ...
```

Quick guide with examples
-------------------------

[](#quick-guide-with-examples)

*In usage examples, the used file is `routes/botman.php`.*

```
$botman->hears('Hello', function ($bot) {
    $bot->reply('Hi, '.$bot->getUser()->getFirstName());
});
```

See also
--------

[](#see-also)

- [Wazzup documentation for developers](https://wazzup24.ru/help/api-ru/)
- [BotMan documentation](https://botman.io/2.0/welcome)

License
-------

[](#license)

Wazzup driver is made under the terms of MIT license. BotMan is free software distributed under the terms of the MIT license.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~91 days

Total

5

Last Release

328d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9467739?v=4)[Максим Абдалов](/maintainers/maximAbdalov)[@maximAbdalov](https://github.com/maximAbdalov)

---

Top Contributors

[![maximAbdalov](https://avatars.githubusercontent.com/u/9467739?v=4)](https://github.com/maximAbdalov "maximAbdalov (9 commits)")

---

Tags

botwhatsapp-businessBotmanwhatsapp-botwhatsapp-apilaravel-whatsappWazzUpWhatsApp MessagesWhatsApp CommunityWazzUp BotLaravel WazzUp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/foxtes-botman-wazzup-driver/health.svg)

```
[![Health](https://phpackages.com/badges/foxtes-botman-wazzup-driver/health.svg)](https://phpackages.com/packages/foxtes-botman-wazzup-driver)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

762297.9k53](/packages/civicrm-civicrm-core)[internal/dload

Downloads binaries.

104237.5k20](/packages/internal-dload)[anthropic-ai/sdk

Anthropic PHP SDK

174884.4k25](/packages/anthropic-ai-sdk)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)[cpsit/project-builder

Composer package to create new projects from project templates

2640.2k5](/packages/cpsit-project-builder)[botman/driver-web

Web driver for BotMan

86704.6k8](/packages/botman-driver-web)

PHPackages © 2026

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