PHPackages                             bhanwarpsrathore/laravel-notification-twilio-whatsapp - 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. bhanwarpsrathore/laravel-notification-twilio-whatsapp

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

bhanwarpsrathore/laravel-notification-twilio-whatsapp
=====================================================

Twilio WhatsApp notifications channel for Laravel

v1.1.0(2y ago)3181MITPHPPHP ^8.1

Since Oct 17Pushed 2y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (6)Versions (4)Used By (0)

Twilio WhatsApp notifications channel for Laravel
=================================================

[](#twilio-whatsapp-notifications-channel-for-laravel)

This package makes it easy to send [Twilio WhatsApp notifications](https://www.twilio.com/docs/whatsapp) with 8.x, 9.x &amp; 10.x

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

[](#requirements)

- PHP 8.1 or later.

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

[](#installation)

Install it using [Composer](https://getcomposer.org/):

```
composer require bhanwarpsrathore/laravel-notification-twilio-whatsapp
```

### Configuration

[](#configuration)

Add your Twilio Account SID, Auth Token, and From Number to your `.env`:

```
TWILIO_USERNAME=XYZ # optional when using auth token
TWILIO_PASSWORD=ZYX # optional when using auth token
TWILIO_AUTH_TOKEN=ABCD # optional when using username and password
TWILIO_ACCOUNT_SID=1234 # always required
TWILIO_WHATSAPP_FROM=+11111111 # always required
```

### Advanced configuration

[](#advanced-configuration)

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="TwilioWhatsApp\TwilioWhatsAppProvider" --tag="config"

```

#### Suppressing specific errors or all errors

[](#suppressing-specific-errors-or-all-errors)

Publish the config using the above command, and edit the `ignored_error_codes` array. You can get the list of exception codes from [the documentation](https://www.twilio.com/docs/api/errors).

If you want to suppress all errors, you can set the option to `['*']`. The errors will not be logged.

License
-------

[](#license)

MIT license. Please see [LICENSE.md](LICENSE.md) for more info.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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 ~73 days

Total

3

Last Release

793d ago

Major Versions

v0.0.1-beta → v1.0.02023-10-20

### Community

Maintainers

![](https://www.gravatar.com/avatar/21f3b69cb77c8154f68a23db22a1402d8d810c8cc06ed6f0f71ecf737b4e41d5?d=identicon)[bhanwarpsrathore](/maintainers/bhanwarpsrathore)

---

Top Contributors

[![bhanwarpsrathore](https://avatars.githubusercontent.com/u/17901097?v=4)](https://github.com/bhanwarpsrathore "bhanwarpsrathore (17 commits)")

---

Tags

twiliowhatsapplaravel-notification

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bhanwarpsrathore-laravel-notification-twilio-whatsapp/health.svg)

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

###  Alternatives

[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[tzsk/sms

A robust and unified SMS gateway integration package for Laravel, supporting multiple providers.

320244.3k6](/packages/tzsk-sms)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)[simplesoftwareio/simple-sms

Simple-SMS is a package made for Laravel to send/receive (polling/pushing) text messages. Currently supports CalLFire, EZTexting, Email Gateways, FlowRoute, LabsMobile, Mozeo, Nexmo, Plivo, Twilio, and Zenvia

20845.7k5](/packages/simplesoftwareio-simple-sms)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10138.4k](/packages/gr8shivam-laravel-sms-api)[felipedamacenoteodoro/laravel-whatsapp-notification-channel

Whatsapp Notifications Channel for Laravel

984.0k](/packages/felipedamacenoteodoro-laravel-whatsapp-notification-channel)

PHPackages © 2026

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