PHPackages                             maveriks-echo/laravel-messenger-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. maveriks-echo/laravel-messenger-channel

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

maveriks-echo/laravel-messenger-channel
=======================================

Notification messenger channel to Laravel

v1.3.1(3y ago)0461MITPHPPHP ^8.0

Since Sep 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/maveriksEcho/laravel-messenger-channel)[ Packagist](https://packagist.org/packages/maveriks-echo/laravel-messenger-channel)[ RSS](/packages/maveriks-echo-laravel-messenger-channel/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

Notification messenger channel
==============================

[](#notification-messenger-channel)

[![Latest Stable Version](https://camo.githubusercontent.com/e5c6bfcfd8231fccf9c89db039ed1763299701c10ecc4a31af6f7cac2d326cb0/68747470733a2f2f706f7365722e707567782e6f72672f6d61766572696b732d6563686f2f6c61726176656c2d6d657373656e6765722d6368616e6e656c2f762f737461626c65)](https://camo.githubusercontent.com/e5c6bfcfd8231fccf9c89db039ed1763299701c10ecc4a31af6f7cac2d326cb0/68747470733a2f2f706f7365722e707567782e6f72672f6d61766572696b732d6563686f2f6c61726176656c2d6d657373656e6765722d6368616e6e656c2f762f737461626c65)[![Total Downloads](https://camo.githubusercontent.com/0fe011101a4bc095927dd290da53eed031bc73a295d7c083959f4d085e19c5bc/68747470733a2f2f706f7365722e707567782e6f72672f6d61766572696b732d6563686f2f6c61726176656c2d6d657373656e6765722d6368616e6e656c2f646f776e6c6f616473)](https://camo.githubusercontent.com/0fe011101a4bc095927dd290da53eed031bc73a295d7c083959f4d085e19c5bc/68747470733a2f2f706f7365722e707567782e6f72672f6d61766572696b732d6563686f2f6c61726176656c2d6d657373656e6765722d6368616e6e656c2f646f776e6c6f616473)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)

Notification messenger channel to Laravel FrameWork v6.0 and above.

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

[](#installation)

The recommended way to install channel is through [Composer](http://getcomposer.org).

```
composer require maveriks-echo/laravel-messenger-channel
```

Usage
-----

[](#usage)

```
   public function via($notifiable): array
    {
        return ['messenger'];
    }
```

#### Available Options

[](#available-options)

OptionDescriptionDefault valueauthenticationYour API key (required)nullhostAPI host (required)nullproject\_idProject iD (required)nullmessengerList of messengers (required)vibersendAllSend to all messenger in listfalsecallback\_urlCallback url to response from messengernulluser\_phoneUser phonenull```
   public function via($notifiable): array
    {
        return ['smart-sender'];
    }

    public function toMessenger($notifiable): SmartSender
    {
        return new HerokuApp(
            'Url',
            'Method', // post
            'ArrayOfParams',
        );
    }
```

#### Available Options

[](#available-options-1)

OptionDescriptionDefault valuehostAPI host (required)null#### Params heroku

[](#params-heroku)

OptionDescriptionDefault valuerequestIDYour request ID (required)nullrequestDateDate by format Y-m-d H:i:s (required)nullrequestTypeRequest type (required)nullrequestNotesComment (required)nullrequestUserUser name (required)nullrequestAuthorAuthor name (required)nullrequestAmountAmount (required)nullrequestApproveUrlCallback approve url (required)nullrequestCancelUrlCallback cancel url (required)null

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~95 days

Total

13

Last Release

1164d ago

PHP version history (3 changes)v1.0.0PHP ^7.4

v1.2.1PHP ^7.4|^8.0

v1.3.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/11b853855d78d514d9f765e21fbb2909498c52da416ea2d59646fbe2cdf5fbcd?d=identicon)[maveriksEcho](/maintainers/maveriksEcho)

---

Top Contributors

[![maveriksEcho](https://avatars.githubusercontent.com/u/40034131?v=4)](https://github.com/maveriksEcho "maveriksEcho (11 commits)")

### Embed Badge

![Health badge](/badges/maveriks-echo-laravel-messenger-channel/health.svg)

```
[![Health](https://phpackages.com/badges/maveriks-echo-laravel-messenger-channel/health.svg)](https://phpackages.com/packages/maveriks-echo-laravel-messenger-channel)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.0k2.6M4](/packages/spatie-laravel-failed-job-monitor)[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[spatie/mailcoach

Self-host Mailcoach

4007.0k](/packages/spatie-mailcoach)[guanguans/notify

Push notification SDK(AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

682104.9k7](/packages/guanguans-notify)[tzsk/sms

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

320244.3k6](/packages/tzsk-sms)

PHPackages © 2026

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