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

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

mblsolutions/notifications
==========================

Notification package for Laravel applications

v1.x-dev(2y ago)06proprietaryPHPPHP ^7.4|^8.0|^8.1

Since Apr 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mblsolutions/notifications)[ Packagist](https://packagist.org/packages/mblsolutions/notifications)[ RSS](/packages/mblsolutions-notifications/feed)WikiDiscussions v1.x Synced 1mo ago

READMEChangelogDependencies (8)Versions (1)Used By (0)

Notifications
=============

[](#notifications)

This package is for sending messages via a number of channels. Currently implemented is: Microsoft Teams, Mail, Log file

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

[](#installation)

The recommended way to install Inspired Deck Larvel is through [Composer](https://getcomposer.org/).

```
composer require mblsolutions/notifications
```

Laravel without auto-discovery
------------------------------

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
\MBLSolutions\Notifications\NotificationsServiceProvider::class,
```

Usage
-----

[](#usage)

Copy the package config to your local config with the publish command:

```
php artisan vendor:publish --provider="MBLSolutions\Notifications\NotificationsServiceProvider"
```

A new config file will be available in `config/notifications.php`.

The config uses sensible defaults, but you can change these via `.env` variables

```
NOTIFICATIONS_CHANNEL=stack # Options: stack, log, teams, mail
NOTIFICATIONS_LOG_CHANNEL=single # This should be one of the options in config('logging.channels')
NOTIFICATIONS_TEAMS_WEBHOOK_URL= # You must set this up via following this guide: https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-outgoing-webhook
NOTIFICATIONS_MAILER=smtp # This should be one of the options in config('mail.mailers')
NOTIFICATIONS_MAIL_FROM_ADDRESS= # The default from mail address
NOTIFICATIONS_MAIL_FROM_NAME= # The default from mail name
NOTIFICATIONS_MAIL_TO_ADDRESS= # The default to mail address
NOTIFICATIONS_MAIL_TO_NAME= # The default to mail name
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

773d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/102e5b958c4a1e833fd8812ac866581ccf52bbc0cd9627253589025c42cf0f37?d=identicon)[hayleyberryl2s](/maintainers/hayleyberryl2s)

---

Top Contributors

[![hayleyberryl2s](https://avatars.githubusercontent.com/u/152175725?v=4)](https://github.com/hayleyberryl2s "hayleyberryl2s (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)

PHPackages © 2026

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