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 yesterday

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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

845d ago

Major Versions

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17901097?v=4)[Pradeep Singh](/maintainers/bhanwarpsrathore)[@bhanwarpsrathore](https://github.com/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

2588.4M17](/packages/laravel-notification-channels-twilio)[laravel-notification-channels/webpush

Web Push Notifications driver for Laravel.

9005.5M27](/packages/laravel-notification-channels-webpush)[laravel-notification-channels/apn

Apple APN Push Notification Channel

2022.2M8](/packages/laravel-notification-channels-apn)[laravel-notification-channels/expo

Expo Notifications Channel for Laravel

67628.6k1](/packages/laravel-notification-channels-expo)[laravel-notification-channels/pushover

Pushover notifications for Laravel.

61175.1k5](/packages/laravel-notification-channels-pushover)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)

PHPackages © 2026

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