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(7mo ago)0709↓12.5%MITPHPPHP &gt;=7.4

Since Sep 21Pushed 7mo 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 1mo 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

34

—

LowBetter than 77% of packages

Maintenance62

Regular maintenance activity

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

237d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cd4d85a918e215541f83d7b8f2311cce278e3a998d382627b4c3930384657cd?d=identicon)[maximAbdalov](/maintainers/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

[botman/botman

Create messaging bots in PHP with ease.

6.2k1.5M97](/packages/botman-botman)[botman/driver-web

Web driver for BotMan

86658.7k7](/packages/botman-driver-web)[botman/tinker

BotMan tinker command for your Laravel BotMan project

102201.2k4](/packages/botman-tinker)[botman/driver-facebook

Facebook Messenger driver for BotMan

71301.6k6](/packages/botman-driver-facebook)[botman/driver-twilio

Twilio driver for BotMan

1227.7k2](/packages/botman-driver-twilio)[botman/driver-amazon-alexa

Amazon Alexa driver for BotMan

156.9k2](/packages/botman-driver-amazon-alexa)

PHPackages © 2026

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