PHPackages                             upassist/neos-editornotifications - 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. [Admin Panels](/categories/admin)
4. /
5. upassist/neos-editornotifications

ActiveNeos-package[Admin Panels](/categories/admin)

upassist/neos-editornotifications
=================================

Admin-managed backend notifications for Neos CMS editors

v1.0.2(2mo ago)10MITPHP

Since Apr 1Pushed 2mo agoCompare

[ Source](https://github.com/UpAssist/neos-editornotifications)[ Packagist](https://packagist.org/packages/upassist/neos-editornotifications)[ Docs](https://github.com/UpAssist/neos-editornotifications)[ RSS](/packages/upassist-neos-editornotifications/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (1)Dependencies (6)Versions (4)Used By (0)

UpAssist.Neos.EditorNotifications
=================================

[](#upassistneoseditornotifications)

Admin-managed backend notifications for Neos CMS editors.

Features
--------

[](#features)

- **Admin module** at `/neos/management/notifications` for creating and managing notifications
- **Markdown editor** with toolbar (bold, italic, lists, links, images) and live preview
- **Image uploads** stored as Flow persistent resources
- **Scheduling** with optional show-from and show-until date/time windows
- **Lifecycle management** — draft → published → archived, with publish/unpublish/archive actions
- **Per-user read state** — tracks seen, dismissed, and removed state per editor
- **Content module plugin** — bell icon badge with unread count, slide-out notification panel with accordion layout
- **Mark all read** — editors can mark all notifications as read at once
- **Security** — role-based access: admins manage notifications and upload images, editors can only read/dismiss
- **i18n** — Dutch and English translations

Requirements
------------

[](#requirements)

- Neos CMS 8.x or 9.x
- PHP 8.1+
- `league/commonmark` ^2.0 (installed via Composer)

Installation
------------

[](#installation)

```
composer require upassist/neos-editornotifications
./flow doctrine:migrate
```

Configuration
-------------

[](#configuration)

The package registers itself automatically via `Settings.yaml`. No additional configuration needed.

- **Backend module**: appears under Management → Notifications
- **Content module plugin**: bell icon loads automatically for all editors
- **Policies**: Administrators get full access; Editors can view, mark as read, and dismiss

Architecture
------------

[](#architecture)

```
Classes/
├── Api/Controller/NotificationApiController.php     # JSON API (active, unreadCount, markSeen, markAllSeen, markUnseen, dismiss, removeForCurrentUser, uploadImage)
├── Controller/Backend/Module/
│   └── NotificationModuleController.php             # Admin CRUD + publish/unpublish/archive
├── Domain/
│   ├── Model/Notification.php                       # Title, contentMarkdown, content (HTML), scheduling, lifecycle
│   ├── Model/NotificationReadState.php              # Per-user seen/dismissed/removed tracking
│   └── Repository/                                  # Query builders with filter and pagination support
└── Service/NotificationService.php                  # Business logic, markdown rendering, read state

Resources/
├── Private/
│   ├── Fusion/Backend/                              # Index (list + filters + pagination) and Form (editor + preview)
│   └── Translations/                                # Dutch (nl) and English (en) XLIFF
└── Public/
    ├── JavaScript/Module/Module.js                  # Markdown editor with toolbar and image upload
    ├── JavaScript/NotificationPlugin/Plugin.js      # Content module badge and slide-out panel
    └── Styles/Module.css                            # Admin module dark theme styling

```

Notification lifecycle
----------------------

[](#notification-lifecycle)

StateCondition**Draft**Created but not published (`publishedAt` is null)**Published**`publishedAt` set, visible to editors if within show window**Scheduled**Published but `showFrom` is in the future**Expired**Published but `showUntil` is in the past**Archived**`archivedAt` set, hidden from editorsActive notifications cannot be deleted directly — archive them first. Drafts, archived, expired, and scheduled notifications can be deleted.

API endpoints
-------------

[](#api-endpoints)

All API routes are prefixed with `/neos/notifications/api/`.

ActionMethodDescription`active`GETActive notifications for current user (with read state)`unreadCount`GETNumber of unread notifications`markSeen`POSTMark a notification as seen`markAllSeen`POSTMark all active notifications as seen`markUnseen`POSTMark a notification as unread`dismiss`POSTDismiss (hide) a notification`removeForCurrentUser`POSTPermanently remove a notification for the current user`uploadImage`POSTUpload an image (admin, max 10 MB, JPEG/PNG/GIF/WebP)Security
--------

[](#security)

RolePrivileges`Neos.Neos:Administrator`Full CRUD, publish/archive, image upload, read notifications`Neos.Neos:Editor`Read, mark seen/unseen, mark all seen, dismiss, remove for selfLicense
-------

[](#license)

MIT

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance83

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

3

Last Release

89d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0644de5e880c5b511c6b1cb1b08c80be5a64afd16d37dd9e633aa32c2d49f4cd?d=identicon)[hphoeksma](/maintainers/hphoeksma)

---

Top Contributors

[![hphoeksma](https://avatars.githubusercontent.com/u/250683?v=4)](https://github.com/hphoeksma "hphoeksma (23 commits)")

---

Tags

notificationscmseditorbackendNeos

### Embed Badge

![Health badge](/badges/upassist-neos-editornotifications/health.svg)

```
[![Health](https://phpackages.com/badges/upassist-neos-editornotifications/health.svg)](https://phpackages.com/packages/upassist-neos-editornotifications)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M946](/packages/statamic-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k13](/packages/tempest-framework)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[serverfireteam/panel

Admin panel for Laravel applications

42432.3k2](/packages/serverfireteam-panel)[neos/demo

Site package for the Neos Demo Site

18188.3k8](/packages/neos-demo)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)

PHPackages © 2026

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