waaseyaa/notification

Multi-channel notification system for Waaseyaa

Maintainers

Package info

github.com/waaseyaa/notification

pkg:composer/waaseyaa/notification

Statistics

Installs: 8

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.179 2026-05-14 18:22 UTC

README

Layer 3 — Services

Multi-channel notification system for Waaseyaa.

Notifications are dispatched to Notifiable recipients through one or more ChannelInterface implementations (mail, in-app, web push). Channel routing per recipient is resolved by DefaultNotifiable from the account's preferences, with per-channel queueing via the framework Job system so user-facing requests never wait on email or push delivery.

Key classes: ChannelInterface, DefaultNotifiable, NotificationServiceProvider.