PHPackages                             divante-ltd/pimcore5-notifications - 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. divante-ltd/pimcore5-notifications

AbandonedArchivedPimcore-bundle

divante-ltd/pimcore5-notifications
==================================

Notifications bundle for pimcore 5.

v1.1.3(7y ago)1530.6k↓39.7%4[3 issues](https://github.com/DivanteLtd/pimcore5-notifications/issues)PHPPHP &gt;=7.0

Since Oct 5Pushed 7y ago21 watchersCompare

[ Source](https://github.com/DivanteLtd/pimcore5-notifications)[ Packagist](https://packagist.org/packages/divante-ltd/pimcore5-notifications)[ RSS](/packages/divante-ltd-pimcore5-notifications/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

Pimcore 5 notifications
=======================

[](#pimcore-5-notifications)

It's simple plugin that allows to send notifications to user. Plugin adds to status bar new clickable icon, on click it opens new tab with all notifications, also it contains badge with unread notifications count.

There're two different ways of communication:

- WebSockets - if it's possible to initialize,
- Ajax - otherwise.

When there's new notification for user, it shows as window with possibility to close it, mark as read or open details.

Compatibility
-------------

[](#compatibility)

This module is compatible with Pimcore ^5.1.0.

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

[](#requirements)

This plugin requires php &gt;= 7.0.

Installing/Getting started
--------------------------

[](#installinggetting-started)

### First step

[](#first-step)

```
composer require divante-ltd/pimcore5-notifications

```

### Second step

[](#second-step)

Open Extension tab in admin panel and install plugin. After this, installation is finished.

Usage
-----

[](#usage)

If you want to send some notifications to user:

```
