PHPackages                             zoomyboy/better-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. zoomyboy/better-notifications

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

zoomyboy/better-notifications
=============================

A little enhancement to the normal Notifications Library of Laravel 5.4

0.0.4(8y ago)034PHP

Since Aug 8Pushed 8y agoCompare

[ Source](https://github.com/zoomyboy/better-notifications)[ Packagist](https://packagist.org/packages/zoomyboy/better-notifications)[ RSS](/packages/zoomyboy-better-notifications/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (5)Used By (0)

Installation
============

[](#installation)

Add the ServiceProvider:

```
    // AppServiceProvider.php
    \Zoomyboy\BetterNotifications\ServiceProvider::class,
```

Change your Mail configuration to use the custom layouts:

```
    // config/mail.php

    'markdown' => [
        'theme' => 'custom',

        'paths' => [
            base_path('vendor/zoomyboy/better-notifications/src/resources'),
        ],
    ],
```

Publishing
----------

[](#publishing)

If you want to override config and style of the E-Mails, you can publish the package files with:

```
php artisan vendor:publish --tag=better-notifications

```

This will create a config file '/config/better-notifications', where you can customize the package style easily. If you'd like to dig in deeper, you could also edit the template files located in '/resources/vendor/better-notifications'.

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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 ~68 days

Total

4

Last Release

3042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3300951?v=4)[Philipp Lang](/maintainers/zoomyboy)[@zoomyboy](https://github.com/zoomyboy)

### Embed Badge

![Health badge](/badges/zoomyboy-better-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/zoomyboy-better-notifications/health.svg)](https://phpackages.com/packages/zoomyboy-better-notifications)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

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