PHPackages                             santran/browsernotifications - 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. santran/browsernotifications

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

santran/browsernotifications
============================

Integrate Browser Notifications to Laravel 5.2 and above.

27.1k↓35.7%PHP

Since Apr 21Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 Browser Notifications
===============================

[](#laravel-5-browser-notifications)

[![Total Downloads](https://camo.githubusercontent.com/c312abf628987ad273b7f58d51cd4e4270a8b3773ad350807490d2c8f69c787b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73616e7472616e2f62726f777365726e6f74696669636174696f6e732e737667)](https://packagist.org/packages/santran/browsernotifications)[![Paypal Donate](https://camo.githubusercontent.com/7b6de155df30b37b25eb5fec52f9213680c3dbf067dfb7d7e2850ac4096c7d05/68747470733a2f2f7777772e70617970616c6f626a656374732e636f6d2f656e5f55532f692f62746e2f62746e5f646f6e6174655f534d2e676966)](http://paypal.me/MrSanTran)

[![screen shot 2016-12-14 at 14 07 33](https://cloud.githubusercontent.com/assets/21286108/21172827/d4632862-c206-11e6-9366-ee2a428c6ca5.png)](https://cloud.githubusercontent.com/assets/21286108/21172827/d4632862-c206-11e6-9366-ee2a428c6ca5.png)

Install (Laravel)
-----------------

[](#install-laravel)

Install via composer

```
composer require santran/browsernotifications:dev-master

```

Add Service Provider to `config/app.php` in `providers` section

```
SanTran\BrowserNotifications\BrowserNotificationsProvider::class
```

Publish config file and view file, open console and enter bellow command:

```
php artisan vendor:publish
```

Config file 'browsernotifications.php' : version change

How to use ? Open your layouts file and add js to view.

```
@include("browsernotifications.browsernotifications")
```

Call js to show Notification:

```
$(document).ready(function () {
  showNotification(title, content, url, icon);
});
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/05fcc8d2c99d7c53346781ea21d01e043ed1cd1597675f83e2be8bb3fa868836?d=identicon)[santran](/maintainers/santran)

---

Top Contributors

[![mrsantran](https://avatars.githubusercontent.com/u/21286108?v=4)](https://github.com/mrsantran "mrsantran (24 commits)")

### Embed Badge

![Health badge](/badges/santran-browsernotifications/health.svg)

```
[![Health](https://phpackages.com/badges/santran-browsernotifications/health.svg)](https://phpackages.com/packages/santran-browsernotifications)
```

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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