PHPackages                             lenderspender/laravel-webhook-channel - 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. lenderspender/laravel-webhook-channel

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

lenderspender/laravel-webhook-channel
=====================================

Send notifications through user defined webhooks

3.2.0(1y ago)06.8kMITPHPPHP ^8.2CI passing

Since Dec 14Pushed 1y ago4 watchersCompare

[ Source](https://github.com/lenderspender/laravel-webhook-channel)[ Packagist](https://packagist.org/packages/lenderspender/laravel-webhook-channel)[ RSS](/packages/lenderspender-laravel-webhook-channel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (19)Used By (0)

Laravel webhook channel
=======================

[](#laravel-webhook-channel)

Laravel webhook chanel allows you to send `JsonResource` objects as notifications to your users.

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

[](#installation)

You can install the package via composer:

```
composer require lenderspender/laravel-webhook-channel
```

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

[](#installation-1)

Implement `ReceivesWebhooks` on the model that you would like to receive webhooks.

```
