PHPackages                             james.xue/laravel-notification-channels - 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. james.xue/laravel-notification-channels

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

james.xue/laravel-notification-channels
=======================================

laravel notify channels

v1.2.1(2y ago)215[1 PRs](https://github.com/xiaoxuan6/laravel-notification-channels/pulls)MITPHPPHP ^8.0|^8.1|^8.2

Since Jan 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xiaoxuan6/laravel-notification-channels)[ Packagist](https://packagist.org/packages/james.xue/laravel-notification-channels)[ Fund](https://xiaoxuan6.github.io/images/donate/alipayimg.jpg)[ RSS](/packages/jamesxue-laravel-notification-channels/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (5)Versions (8)Used By (0)

laravel-notification-channels
=============================

[](#laravel-notification-channels)

Install
=======

[](#install)

```
composer require james.xue/laravel-notification-channels
```

Publish Config
==============

[](#publish-config)

```
php artisan make:vendor publish --tag=laravel-notification-channels
```

Environment
===========

[](#environment)

Modify correspondence channel `env` configuration

Usage
=====

[](#usage)

```
use Illuminate\Support\Facades\Notification;
use Vinhson\LaravelNotifications\Notifications\DingTalkNotification;

Notification::send($this, new DingTalkNotification($title, $message));
or
Notification::send($this, new DingTalkNotification(message: $message));
```

```
class NotifyController extends Controller
{
    use Notifiable;

    public function index()
    {
        $user = User::factory()->create();

        $this->notify(new DingTalkNotification('通知', '【golang】姓名：' . $user->name . ' 邮箱:' . $user->email));

        config()->set('laravel-notifications.ding_talk.send_type', 'markdown');
        $data = "#### \n > golang】姓名：" . $user->name . " # 邮箱:" . $user->email;
        $this->notify(new DingTalkNotification('Markdown 通知', $data));

        return 'ok';
    }
}
```

Support Channel
===============

[](#support-channel)

ChannelNotification钉钉DingTalkNotification::class企微WechatNotification::class飞书LarkNotification::classpushplusPushPlusNotification::classServer 酱ServerNotification::class一封传话AMessageNotification::class息知XiZhiNotification::class

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 70.5% 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 ~82 days

Recently: every ~103 days

Total

6

Last Release

839d ago

PHP version history (3 changes)v1.0.0PHP &gt;8.0

v1.2.0PHP ^8.0

v1.2.1PHP ^8.0|^8.1|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f8fdd2069c7594101452a5c802ae01209a31109d67a9299a67320752c30a1de?d=identicon)[xiaoxuan6](/maintainers/xiaoxuan6)

---

Top Contributors

[![xiaoxuan6](https://avatars.githubusercontent.com/u/32762220?v=4)](https://github.com/xiaoxuan6 "xiaoxuan6 (31 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelnotificationnotifylaravel-notificationslaravel-notification-channels

###  Code Quality

Static AnalysisRector

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/jamesxue-laravel-notification-channels/health.svg)

```
[![Health](https://phpackages.com/badges/jamesxue-laravel-notification-channels/health.svg)](https://phpackages.com/packages/jamesxue-laravel-notification-channels)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.8M47](/packages/laravel-notification-channels-telegram)[guanguans/notify

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

687114.3k8](/packages/guanguans-notify)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2401.4M17](/packages/laravel-notification-channels-discord)[gr8shivam/laravel-sms-api

A modern, flexible Laravel package for integrating any SMS gateway with REST API support

10240.6k](/packages/gr8shivam-laravel-sms-api)[helmesvs/laravel-notify

Elegant notifications to laravel with Toastr or PNotify

6128.1k](/packages/helmesvs-laravel-notify)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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