PHPackages                             bayurifkialghifari/whatsapp-notification - 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. bayurifkialghifari/whatsapp-notification

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

bayurifkialghifari/whatsapp-notification
========================================

Unofficial WhatsApp notification channel for Laravel

v1.0.1(7mo ago)0251↓50%MITPHPPHP ^8.2

Since Oct 10Pushed 6mo agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel Unofficial WhatsApp API
===============================

[](#laravel-unofficial-whatsapp-api)

A Laravel package to interact with the unofficial WhatsApp API. Visit the

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

[](#installation)

You can install the package via composer:

```
composer require bayurifkialghifari/whatsapp-notification
```

Configuration
-------------

[](#configuration)

You can publish the configuration file using the following command:

```
php artisan vendor:publish --provider="Bayurifkialghifari\WhatsApp\FonnteServiceProvider"
```

And you can set your api key in your `.env` file:

```
FONNTE_API_KEY=your_api_key_here
```

How to use
----------

[](#how-to-use)

You can use the package to send WhatsApp messages as follows:

```
