PHPackages                             breadlesscode/neos-notification - 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. breadlesscode/neos-notification

ActiveNeos-plugin[Mail &amp; Notifications](/categories/mail)

breadlesscode/neos-notification
===============================

v1.1.0(8y ago)017MIT

Since Nov 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/breadlesscode/neos-notification)[ Packagist](https://packagist.org/packages/breadlesscode/neos-notification)[ RSS](/packages/breadlesscode-neos-notification/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

NEOS notifications
==================

[](#neos-notifications)

![Latest Stable Version](https://camo.githubusercontent.com/54825bccd94570e62c69ad436186f9dbd8e77c3eee1eee22483a384e34a54b3e/68747470733a2f2f706f7365722e707567782e6f72672f62726561646c657373636f64652f6e656f732d6e6f74696669636174696f6e2f762f737461626c65)![Downloads](https://camo.githubusercontent.com/803f907063bf1561337fb9ae981f3ba3947ec4cd58b608975e3d86246a7e9427/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726561646c657373636f64652f6e656f732d6e6f74696669636174696f6e2e737667)![license](https://camo.githubusercontent.com/be311d8df46eff2bf334031ff33b02061fe682eca0c8400dd41e34e9d5e8aab1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726561646c657373636f64652f6e656f732d6e6f74696669636174696f6e2e737667)

This package includes a notification component and a notification node type for the backend.

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

[](#requirements)

- NEOS &gt;=3.3

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

[](#installation)

```
composer require breadlesscode/neos-notification

```

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

[](#configuration)

```
Breadlesscode:
  Notification:
    classes:
      base: 'alert' # if you only set base class, BEM naming is used
      content: 'alert-content'
      info: 'alert-info'
      warning: 'alert-warning'
      danger: 'alert-danger'
```

Usage
-----

[](#usage)

You can use the component like this in fusion:

```
    notification = Breadlesscode.Notification:NotificationComponent {
        onlyRenderInBackend = ${ false }
        type = 'info'
        content 'Hello world'
        # and you can override the class configuration
        baseClass = 'notification' # for BEM naming
        # if you dont want BEM naming you can set each class manually
        contentClass = 'notification__content'
        containerClass = 'notification'
    }

```

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

2

Last Release

3063d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bdcdca22aa31898d5baf2d516d9a364010b4ec751f887806b67cbca7529098ca?d=identicon)[breadlesscode](/maintainers/breadlesscode)

---

Top Contributors

[![breadlesscode](https://avatars.githubusercontent.com/u/5465112?v=4)](https://github.com/breadlesscode "breadlesscode (7 commits)")

---

Tags

fusionneos-cmsneoscmsnotifications

### Embed Badge

![Health badge](/badges/breadlesscode-neos-notification/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[netflie/laravel-notification-whatsapp

Laravel notification driver for WhatsApp

176173.9k](/packages/netflie-laravel-notification-whatsapp)[sandstorm/templatemailer

Neos and Flow package for simple handling of template-based emails, including CSS inlining

1147.3k2](/packages/sandstorm-templatemailer)[wwwision/neos-mailchimp

Flow package that integrates MailChimp into your Neos site / Flow Application

2310.7k](/packages/wwwision-neos-mailchimp)

PHPackages © 2026

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