PHPackages                             zapmizer/laravel-notification-zapmizer - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. zapmizer/laravel-notification-zapmizer

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

zapmizer/laravel-notification-zapmizer
======================================

A Laravel package to send WhatsApp notifications using Zapmizer API

v1.0.1(1y ago)21.1k↑50%1[1 PRs](https://github.com/zapmizer/laravel-notification-zapmizer/pulls)MITPHPPHP ^8.2

Since Jul 18Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/zapmizer/laravel-notification-zapmizer)[ Packagist](https://packagist.org/packages/zapmizer/laravel-notification-zapmizer)[ Docs](https://github.com/leettech/laravel-notification-zapmizer)[ RSS](/packages/zapmizer-laravel-notification-zapmizer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (9)Used By (0)

Zapmizer WhatsApp notification channel for Laravel 11
=====================================================

[](#zapmizer-whatsapp-notification-channel-for-laravel-11)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require zapmizer/laravel-notification-zapmizer
```

Now publish config file

```
php artisan vendor:publish --provider="Notification\Zapmizer\ZapmizerServiceProvider" --tag=config --force
```

### Setting up your Zapmizer account

[](#setting-up-your-zapmizer-account)

1. [Create a API TOKEN.](https://app.zapmizer.com/user/api-tokens)
2. Paste your API token in your `zapmizer.php` config file.
3. Add environment viariables with values

```
    ZAPMIZER_API_TOKEN="JGk2PJWYppWeCmxoGjMafasdxVfbXCS3W5OWLpnII56b32dc4"
    ZAPMIZER_FROM_NUMBER="558181643260"
```

Usage
-----

[](#usage)

In every Notification you wish to notify via WhatsApp, you must add a toZapmizer function and add 'zapmizer' drive into via's array:

```
    /**
     * Get the notification's delivery channels.
     *
     * @return array
     */
    public function via(object $notifiable): array
    {
        return ['mail', 'zapmizer'];
    }

    /**
     * Get the WhatsApp representation of the notification.
     */
    public function toZapmizer(object $notifiable)
    {
        $message = 'This is a message!' . PHP_EOL;

        //WID must follow the WhatsApp pattern, example: 558181643260; 558181643260@c.us 128172192@g.us(groups)

        return ZapmizerMessage::create(from: config('zapmizer.from_number'), to: $notifiable->wid)->type('chat')->text($message)->send();
    }
```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance64

Regular maintenance activity

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 62.5% 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 ~58 days

Recently: every ~87 days

Total

7

Last Release

316d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8920952?v=4)[Paulo Peixoto](/maintainers/ppeixoto)[@ppeixoto](https://github.com/ppeixoto)

---

Top Contributors

[![ppeixoto](https://avatars.githubusercontent.com/u/8920952?v=4)](https://github.com/ppeixoto "ppeixoto (10 commits)")[![gcaraciolo](https://avatars.githubusercontent.com/u/3915884?v=4)](https://github.com/gcaraciolo "gcaraciolo (5 commits)")[![tuliocrr](https://avatars.githubusercontent.com/u/4925277?v=4)](https://github.com/tuliocrr "tuliocrr (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[laravel-notification-channels/fcm

FCM (Firebase Cloud Messaging) Notifications Driver for Laravel

5917.0M16](/packages/laravel-notification-channels-fcm)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[laravel-notification-channels/microsoft-teams

A Laravel Notification Channel for Microsoft Teams

1603.0M7](/packages/laravel-notification-channels-microsoft-teams)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[laravel-notification-channels/aws-sns

Amazon Simple Notification Service (AWS SNS) notification channel for Laravel.

541.1M2](/packages/laravel-notification-channels-aws-sns)

PHPackages © 2026

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