PHPackages                             gupalo/browser-notifier - 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. gupalo/browser-notifier

ActiveLibrary

gupalo/browser-notifier
=======================

Extension of Symfony Notifier for browsers

1.4.0(4mo ago)022.8k↓15.6%3MITPHPPHP &gt;=8.4

Since May 25Pushed 4mo agoCompare

[ Source](https://github.com/gupalo/browser-notifier)[ Packagist](https://packagist.org/packages/gupalo/browser-notifier)[ RSS](/packages/gupalo-browser-notifier/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (15)Used By (3)

BrowserNotifier
===============

[](#browsernotifier)

Simple use of Symfony Notifier.

Install
-------

[](#install)

Composer

```
composer require gupalo/browser-notifier

```

Create `config/packages/browser_notifier.yaml`

```
imports:
    - {resource: '../../vendor/gupalo/browser-notifier/config/services.yaml'}

```

Usage
-----

[](#usage)

Controller

```
public function ...(..., BrowserNotifier $notifier): Response
{
    ...
    $notifier->send('Something');
    $notifier->success('Something');
    $notifier->warning('Something');
    $notifier->error('Something');
    ...
}

```

Twig

```
{{ app.request.hasPreviousSession ? app.flashes('info')|browser_notifications|raw : '' }}

```

Use `BrowserLogger` as logger implementing `LoggerInterface`.

###  Health Score

53

—

FairBetter than 97% of packages

Maintenance76

Regular maintenance activity

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 90% 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 ~158 days

Recently: every ~356 days

Total

14

Last Release

130d ago

### Community

Maintainers

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

---

Top Contributors

[![luchaninov](https://avatars.githubusercontent.com/u/3829796?v=4)](https://github.com/luchaninov "luchaninov (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/gupalo-browser-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/gupalo-browser-notifier/health.svg)](https://phpackages.com/packages/gupalo-browser-notifier)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19562.3M1.3k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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