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. [Mail &amp; Notifications](/categories/mail)
4. /
5. gupalo/browser-notifier

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

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

Extension of Symfony Notifier for browsers

1.4.0(5mo ago)024.4k—9.8%3MITPHPPHP &gt;=8.4CI failing

Since May 25Pushed 5mo 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 2d 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

52

—

FairBetter than 96% of packages

Maintenance70

Regular maintenance activity

Popularity26

Limited adoption so far

Community15

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

176d 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

[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[drupal/core

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

21866.0M1.7k](/packages/drupal-core)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6942.5M421](/packages/drupal-core-recommended)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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