xcoorp/laravel-novu-notifications 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xcoorp/laravel-novu-notifications

最新稳定版本:v1.0.0

Composer 安装命令:

composer require xcoorp/laravel-novu-notifications

包简介

Novu Notifications channel for Laravel.

README 文档

README

XCoorp Logo

📦 Archiviertes Projekt:

Hinweis: Dieses Projekt wurde archiviert und ist nicht mehr aktiv in Entwicklung oder Betrieb.
Es wird ausschließlich zu Nachweiszwecken gemäß ISO/IEC 27001 aufbewahrt.

🔖 Projektdetails

Attribut Beschreibung
Archivierungsdatum 19.03.2026
Status Archiviert
Verantwortlich Tobias Oitzinger/ Softwareentwicklung
Kontakt support@xcoorp.com
Letzte Aktivität 26.06.2024
Archiviert durch Michael Peck / Geschäftsleitung

📚 Zweck der Archivierung

Dieses Repository wurde archiviert im Rahmen des Informationssicherheitsmanagementsystems (ISMS) nach ISO/IEC 27001, um die folgenden Anforderungen zu erfüllen:

  • A.5.36: Aufbewahrung und Entsorgung von Informationen
  • A.7.12: Klassifikation von Informationen
  • A.8.10: Protokollierung von Aktivitäten (falls relevant)
  • A.8.11: Überwachung (falls Logs enthalten sind)

🔐 Informationsklassifikation

Kriterium Bewertung
Vertraulichkeit ☐ Öffentlich ☑ Interner Gebrauch ☐ Eingeschränkt

🗃 Aufbewahrungsfrist

Kriterium Wert
Beginn der Frist 19.03.2026
Dauer 3 Jahre
Löschdatum 19.03.2029
Löschverantwortlicher Markus Lang / Geschäftsleitung

🛑 Einschränkungen

  • Dieses Repository ist read-only.
  • Pull Requests oder Issues werden nicht mehr bearbeitet.
  • Nutzung auf eigene Verantwortung, keine Sicherheitsupdates mehr.

✅ ISO 27001 Verknüpfung

Dieses Projekt ist Teil des ISO/IEC 27001 Asset Registers und dient als Nachweisobjekt für Audits und Reviews.

Bei Fragen zur Archivierung oder zur Nutzung im Rahmen von Audits bitte an Markus Lang mark@xcoorp.com wenden.

Software License Laravel Version Requirements

Novu - Laravel Notification Channel

This package makes it easy to send notifications using Novu

class InvoicePaidNotification extends Notification
{
    // Trigger a specific notification event
    public function toNovuEvent($notifiable)
    {
        return NovuMessage::create('workflow_1234')
            ->addVariable('invoice_id', $this->invoice->id)
            ->toSubscriberId('123456789');
    }
}

Contents

Installation

The Novu notification channel can be installed easily via Composer:

$ composer require xcoorp/laravel-novu-notifications

Usage

In order to send a notification via the Novu channel, you'll need to specify the channel in the via() method of your notification:

use NotificationChannels\Novu\NovuChannel;

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

API Overview

Novu Message

Namespace: NotificationChannels\Novu\NovuMessage

The NovuMessage class encompasses an entire message that will be sent to the Novu API.

  • static create(?string $workflowId) Instantiates and returns a new NovuMessage instance, optionally pre-configuring it with the workflow id
  • workflowId(string $workflowId) Set the workflowId of the message (Your novu workflow trigger id)
  • to(array $to) Array of recipient information like subscriberId, phone, etc...
  • toSubscriber(string $subscriberId) Set the subscriberId of the recipient
  • variables(array $variables) Set the variables (payload) of the message. Those are your novu event variables
  • addVariable(string $key, $value) Add a single variable to the message
  • toArray() Returns the data that will be sent to the Novu API as an array

Testing

Functionality of this package is tested with Pest PHP. You can run the tests with:

composer test

Code of Conduct

In order to ensure that the community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review the security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.

xcoorp/laravel-novu-notifications 适用场景与选型建议

xcoorp/laravel-novu-notifications 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 60 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 06 月 26 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「notifications」 「laravel」 「novu」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 xcoorp/laravel-novu-notifications 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 xcoorp/laravel-novu-notifications 我们能提供哪些服务?
定制开发 / 二次开发

基于 xcoorp/laravel-novu-notifications 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 60
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-06-26