PHPackages                             ywmelo/subscribe-message - 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. ywmelo/subscribe-message

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

ywmelo/subscribe-message
========================

Wechat subscribe message based on laravel notification and easy-wechat

v1.2.2(4y ago)111MITPHPPHP &gt;=7.0.0

Since May 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Yw-melo/wechat-subscribe-message)[ Packagist](https://packagist.org/packages/ywmelo/subscribe-message)[ RSS](/packages/ywmelo-subscribe-message/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (5)Used By (0)

EasyWechat subscribe message notification for Laravel
=====================================================

[](#easywechat-subscribe-message-notification-for-laravel)

使用 EasyWechat 的模板消息功能发送 Laravel 消息通知。

安装
--

[](#安装)

```
composer require mobilenowgroup/subscribe-message
```

使用
--

[](#使用)

### 创建通知：

[](#创建通知)

```
namespace App\Notifications;

use Illuminate\Bus\Queueable;
use Illuminate\Notifications\Notification;
use MobilenowGroup\Message\WechatSubScribeMessage;
use Ywmelo\Channels\WechatSubscribeMessageChannel;

class WechatSubScribeMessageNotification extends Notification
{
    use Queueable;

    public function via($notifiable)
    {
        return [WechatSubscribeMessageChannel::class];
    }

    public function toWechatSubscribeMessage($notifiable)
    {
        return (new WechatSubscribeMessage)
            ->setTemplateId('template_id')
            ->setPage('page')
            ->setData([
                'keyword1' => 'keyword1',
                'keyword2' => 'keyword2',
                'keyword3' => 'keyword3',
                'keyword4' => 'keyword4',
            ]);
    }
}
```

### 发送

[](#发送)

```
$user->notify(new WechatSubscribeMessageNotification($formId));
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Total

4

Last Release

1718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/197b823f5488d38e8d4439c5046c4ef6ead7efcf6938dd365befb60af8cef30d?d=identicon)[Melo Yang](/maintainers/Melo%20Yang)

---

Top Contributors

[![Yw-melo](https://avatars.githubusercontent.com/u/33000435?v=4)](https://github.com/Yw-melo "Yw-melo (5 commits)")

### Embed Badge

![Health badge](/badges/ywmelo-subscribe-message/health.svg)

```
[![Health](https://phpackages.com/badges/ywmelo-subscribe-message/health.svg)](https://phpackages.com/packages/ywmelo-subscribe-message)
```

###  Alternatives

[spatie/laravel-failed-job-monitor

Get notified when a queued job fails

1.1k2.8M4](/packages/spatie-laravel-failed-job-monitor)[statamic-rad-pack/runway

Eloquently manage your database models in Statamic.

135224.7k7](/packages/statamic-rad-pack-runway)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[duncanmcclean/statamic-cargo

Comprehensive e-commerce addon for Statamic. Build bespoke e-commerce sites without the complexity.

3416.7k](/packages/duncanmcclean-statamic-cargo)

PHPackages © 2026

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