PHPackages                             forwebsystem/notificationwhatsapp - 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. forwebsystem/notificationwhatsapp

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

forwebsystem/notificationwhatsapp
=================================

11.6k↓75%PHP

Since Jul 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/forwebsystem/notificationwhatsapp)[ Packagist](https://packagist.org/packages/forwebsystem/notificationwhatsapp)[ RSS](/packages/forwebsystem-notificationwhatsapp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

NotificationWhatsApp
====================

[](#notificationwhatsapp)

[![Latest Version on Packagist](https://camo.githubusercontent.com/24631c3c5f33c4768c5104c64d115c0ad40ead0134069e9589654355c29cf85c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f7277656273797374656d2f6e6f74696669636174696f6e77686174736170702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/forwebsystem/notificationwhatsapp)[![Total Downloads](https://camo.githubusercontent.com/d3fb2dc41c55d16ca7adcc86f0a66d1c4ebdc21e49ac7b2e7f50bea430f65e6d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f7277656273797374656d2f6e6f74696669636174696f6e77686174736170702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/forwebsystem/notificationwhatsapp)[![Build Status](https://camo.githubusercontent.com/15d59ab1331bdea9f3373b2b0ab6a45f33b56c2dc9f040c76718c4caba3b8bb6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f666f7277656273797374656d2f6e6f74696669636174696f6e77686174736170702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/forwebsystem/notificationwhatsapp)[![StyleCI](https://camo.githubusercontent.com/cb13a877afd1dbe223c631789c3f922d3ace958fdb334a9cce9b26afefbc2ebd/68747470733a2f2f7374796c6563692e696f2f7265706f732f31323334353637382f736869656c64)](https://styleci.io/repos/12345678)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require forwebsystem/notificationwhatsapp
```

Usage
-----

[](#usage)

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [João Paulo Paranahyba](https://github.com/forwebsystem)
- [All Contributors](../../contributors)

License
-------

[](#license)

license. Please see the [license file](license.md) for more information.

\*\* Enviando uma mensagem via Channel

use ForWebSystem\\NotificationWhatsApp\\Broadcasting\\NotificationWhatsAppChannel; use ForWebSystem\\NotificationWhatsApp\\Services\\Interfaces\\NotificacaoMensagensInterface;

```
 /**
 * Get the notification's delivery channels.
 *
 * @param  mixed  $notifiable
 * @return array
 */
public function via($notifiable)
{
    return [
        NotificationWhatsAppChannel::class
    ];
}

/**
 * Get the mail representation of the notification.
 *
 * @param  mixed  $notifiable
 */
public function toWhatsApp($notifiable, NotificacaoMensagensInterface $configuracao)
{
    return $configuracao->sendText($phone, $texto);
}

```

\*\* Via service

use ForWebSystem\\NotificationWhatsApp\\Services\\NotificacaoZApiService;

$notificacao = new NotificacaoZApiService($usuario, $idInstancia, $license);

$notificacao-&gt;sendText($phone, $texto);

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 73.1% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe52830fc8b542167a4e221492bedeb00c36a4b82bc76b786951ca5a123c80c6?d=identicon)[forwebsystem](/maintainers/forwebsystem)

---

Top Contributors

[![joaofds](https://avatars.githubusercontent.com/u/27968648?v=4)](https://github.com/joaofds "joaofds (68 commits)")[![joaopaulopvillela](https://avatars.githubusercontent.com/u/12959462?v=4)](https://github.com/joaopaulopvillela "joaopaulopvillela (19 commits)")[![forwebsystem](https://avatars.githubusercontent.com/u/72976017?v=4)](https://github.com/forwebsystem "forwebsystem (4 commits)")[![stju0101](https://avatars.githubusercontent.com/u/79321133?v=4)](https://github.com/stju0101 "stju0101 (2 commits)")

### Embed Badge

![Health badge](/badges/forwebsystem-notificationwhatsapp/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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