skie/notification-ui

Notification UI plugin for CakePHP applications

Installs: 0

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:cakephp-plugin

pkg:composer/skie/notification-ui

1.0.0 2025-10-25 01:17 UTC

This package is auto-updated.

Last update: 2025-10-25 01:21:00 UTC


README

The NotificationUI plugin provides UI components for the CakePHP Notification system with real-time broadcasting support. It includes a modern notification bell widget with dropdown or side panel display modes, automatic polling for new notifications, and a complete JavaScript API for managing notifications.

The plugin features a modular JavaScript architecture with template overloading support, allowing complete customization of notification rendering. It integrates seamlessly with the Broadcasting plugin for real-time WebSocket delivery while maintaining database persistence for reliable notification storage.

The plugin provides RESTful JSON API endpoints for notification management, event-driven architecture for reacting to notification events, and comprehensive support for both database-persisted and ephemeral broadcasting-only notifications.

Requirements

  • PHP 8.2+
  • CakePHP Notification Plugin

See Versions.md for the supported CakePHP versions.

Documentation

For documentation, as well as tutorials, see the docs directory of this repository.

License

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.