PHPackages                             divante-ltd/pimcore-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. divante-ltd/pimcore-notifications

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

divante-ltd/pimcore-notifications
=================================

Notifications plugin for pimcore.

1.2.2(7y ago)61151GPL-3.0+PHP

Since Nov 7Pushed 5y ago5 watchersCompare

[ Source](https://github.com/DivanteLtd/pimcore-notifications)[ Packagist](https://packagist.org/packages/divante-ltd/pimcore-notifications)[ Docs](https://github.com/DivanteLtd/pimcore-notifications)[ RSS](/packages/divante-ltd-pimcore-notifications/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (3)Versions (10)Used By (0)

It's in the core now!
=====================

[](#its-in-the-core-now)

As the notifications have been merged to the core of Pimcore, this repository is no longer maintained.

PimcoreNotifications
====================

[](#pimcorenotifications)

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.

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

[](#requirements)

- Pimcore with ExtJS6
- Composer (optionally)

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

[](#installation)

### First step

[](#first-step)

#### via Composer

[](#via-composer)

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

```

#### manually

[](#manually)

- Download this repository into your plugins directory.
- Download manually dependencies (see composer.json).
- Follow next steps in this instruction.

### 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:

```
$notification = new \PimcoreNotifications\Model\Notification();
$notification
    ->setTitle('your title of notification goes here')
    ->setMessage('your message')
    ->setType('info') // allowed: info|success|error
    ->setUser($user)
    ->setFromUser($fromUser) // optional
    ->setLinkedElement($document) // optional, allowed: Document|Asset|Object
;
$notification->save();
```

How to enable WebSockets?
-------------------------

[](#how-to-enable-websockets)

Just run this command (it'll start WebSocket server):

```
php pimcore/cli/console.php pimcore-notifications:run

```

Supervisord is highly recommended to use (read more [here](http://socketo.me/docs/deploy#supervisor) )

About Authors
-------------

[](#about-authors)

[![Divante-logo](https://camo.githubusercontent.com/32ae2f618ad0d20e11616e5900acee1dcf70812ecb389b89d1c9bff1b6dac44b/687474703a2f2f646976616e74652e636f2f2f2f6c6f676f5f312e706e67 "Divante")](https://camo.githubusercontent.com/32ae2f618ad0d20e11616e5900acee1dcf70812ecb389b89d1c9bff1b6dac44b/687474703a2f2f646976616e74652e636f2f2f2f6c6f676f5f312e706e67)

We are a Software House from Europe, headquartered in Poland and employing about 150 people. Our core competencies are built around Magento, Pimcore and bespoke software projects (we love Symfony3, Node.js, Angular, React, Vue.js). We specialize in sophisticated integration projects trying to connect hardcore IT with good product design and UX.

Visit our website [Divante.co](https://divante.co/ "Divante.co") for more information.

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 77.8% 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 ~126 days

Recently: every ~185 days

Total

7

Last Release

2763d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11427582?v=4)[Bartosz Picho](/maintainers/bpicho)[@bpicho](https://github.com/bpicho)

![](https://avatars.githubusercontent.com/u/1809664?v=4)[Kuba Płaskonka](/maintainers/kubaplas)[@kubaplas](https://github.com/kubaplas)

![](https://avatars.githubusercontent.com/u/31479820?v=4)[mbolka](/maintainers/mbolka)[@mbolka](https://github.com/mbolka)

![](https://avatars.githubusercontent.com/u/17312072?v=4)[Kamil](/maintainers/kkarkus)[@kkarkus](https://github.com/kkarkus)

---

Top Contributors

[![kkarkus](https://avatars.githubusercontent.com/u/17312072?v=4)](https://github.com/kkarkus "kkarkus (7 commits)")[![kubaplas](https://avatars.githubusercontent.com/u/1809664?v=4)](https://github.com/kubaplas "kubaplas (2 commits)")

---

Tags

pimcorepimcore-bundlepluginnotificationspimcore

### Embed Badge

![Health badge](/badges/divante-ltd-pimcore-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/divante-ltd-pimcore-notifications/health.svg)](https://phpackages.com/packages/divante-ltd-pimcore-notifications)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k13.4M70](/packages/minishlink-web-push)[pyrech/composer-notifier

Display desktop notifications when composer finishes to install / update

411.7k](/packages/pyrech-composer-notifier)[dmitrovskiy/ionic-push-php

ionic push notifications php sdk

215.5k1](/packages/dmitrovskiy-ionic-push-php)

PHPackages © 2026

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