PHPackages                             markocupic/contao-frontend-user-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. markocupic/contao-frontend-user-notification

ActiveContao-bundle[Mail &amp; Notifications](/categories/mail)

markocupic/contao-frontend-user-notification
============================================

Display notifications to logged in frontend users

1.0.8(10mo ago)01.7k↓61.5%1GPL-3.0-or-laterPHPPHP ^8.2CI failing

Since Oct 19Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/markocupic/contao-frontend-user-notification)[ Packagist](https://packagist.org/packages/markocupic/contao-frontend-user-notification)[ RSS](/packages/markocupic-contao-frontend-user-notification/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (5)Versions (10)Used By (0)

[![Alt text](docs/logo.png?raw=true "logo")](docs/logo.png?raw=true)

Frontend User Notification Extension for the Contao CMS
=======================================================

[](#frontend-user-notification-extension-for-the-contao-cms)

This Contao extension can be used to display notifications to logged-in users in the Contao frontend.

[![Alt text](docs/frontend.png?raw=true "frontend")](docs/frontend.png?raw=true)

### All you have to do is...

[](#all-you-have-to-do-is)

Embed a frontend module of the type `Member Notifications` in your Contao layout.

You can generate the message in the backend or have it generated programmatically.

```
// Add the notification programmatically
$type = 'happy-birthday-msg';

/** @var \Contao\FrontendUser $user */
$user = $this->getUser();  // Select a user who should have a notification displayed in the frontend.

$messageTitle = 'Happy  Birthday'
$messageText = 'bla, bla, bla';
$endOfLifeTimeStamp = time() + 7*24*3600; // 1 week

new Markocupic\ContaoFrontendUserNotification\Notification\DefaultFrontendUserNotification($user, $type, $messageTitle, $messageText, )
```

### Dependencies

[](#dependencies)

To use Bootstrap toast for the notifications you have to embed [Bootstrap](https://getbootstrap.com/docs/5.3/components/toasts/) manually.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance55

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~40 days

Recently: every ~31 days

Total

9

Last Release

301d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1525166?v=4)[Marko Cupic](/maintainers/markocupic)[@markocupic](https://github.com/markocupic)

---

Top Contributors

[![markocupic](https://avatars.githubusercontent.com/u/1525166?v=4)](https://github.com/markocupic "markocupic (12 commits)")[![zonky2](https://avatars.githubusercontent.com/u/1045318?v=4)](https://github.com/zonky2 "zonky2 (1 commits)")

---

Tags

notificationscontaofrontendBootstrap toasts

### Embed Badge

![Health badge](/badges/markocupic-contao-frontend-user-notification/health.svg)

```
[![Health](https://phpackages.com/badges/markocupic-contao-frontend-user-notification/health.svg)](https://phpackages.com/packages/markocupic-contao-frontend-user-notification)
```

###  Alternatives

[markocupic/calendar-event-booking-bundle

Contao Calendar Event Booking Bundle

135.2k1](/packages/markocupic-calendar-event-booking-bundle)[terminal42/notification_center

Notification Center extension for Contao Open Source CMS

80413.7k101](/packages/terminal42-notification-center)[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3177.0k6](/packages/terminal42-contao-node)

PHPackages © 2026

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