PHPackages                             getbizapps/bizwachat-laravel-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. getbizapps/bizwachat-laravel-notification

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

getbizapps/bizwachat-laravel-notification
=========================================

Laravel notification channel and API client for Bizwachat public API.

1.1.0(1w ago)015↑33.3%MITPHPPHP ^8.2

Since May 20Pushed 1w agoCompare

[ Source](https://github.com/getbizapps/bizwachat-laravel-notification)[ Packagist](https://packagist.org/packages/getbizapps/bizwachat-laravel-notification)[ RSS](/packages/getbizapps-bizwachat-laravel-notification/feed)WikiDiscussions main Synced 1w ago

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

BizwaChat Laravel Notification
==============================

[](#bizwachat-laravel-notification)

Laravel notification channel and API client for the Bizwachat public API.

What this package gives you
---------------------------

[](#what-this-package-gives-you)

- Native Laravel notification channel for Bizwachat delivery
- Fluent builders for text, template, and media messages
- Full access to the public API resources from `openapi-3.yaml`
- Centralized exception handling with log entries in every catch block
- Config-first defaults so developers can send messages with minimal code

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

[](#installation)

```
composer require getbizapps/bizwachat-laravel-notification
php artisan vendor:publish --tag=bizwachat-notification-config
```

Environment
-----------

[](#environment)

```
BIZWACHAT_BASE_URL=https://bizwachat.com
BIZWACHAT_SUBDOMAIN=your-subdomain
BIZWACHAT_API_TOKEN=your-public-api-token
BIZWACHAT_TIMEOUT=30
BIZWACHAT_CONNECT_TIMEOUT=10
BIZWACHAT_THROW_EXCEPTIONS=true
BIZWACHAT_LOG_CHANNEL=stack
```

Notification usage
------------------

[](#notification-usage)

```
