PHPackages                             padosoft/laravel-notification - 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. [Caching](/categories/caching)
4. /
5. padosoft/laravel-notification

ActiveLibrary[Caching](/categories/caching)

padosoft/laravel-notification
=============================

Notification system for laravel

4.2.0(1y ago)612.9k↓47.5%[3 PRs](https://github.com/padosoft/laravel-notification/pulls)MITPHPPHP &gt;=7.1.3

Since May 14Pushed 9mo ago2 watchersCompare

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

READMEChangelogDependencies (7)Versions (19)Used By (0)

Laravel Notification
====================

[](#laravel-notification)

[![License](https://camo.githubusercontent.com/32fe9b78a4b2edce241127c192a13b6f9707dde57aad4c815da704249e92c2d6/68747470733a2f2f706f7365722e707567782e6f72672f616e6c7574726f2f6c342d73657474696e67732f6c6963656e73652e737667)](http://opensource.org/licenses/MIT)

System for managing Laravel Notifications via database.

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

[](#installation)

This package can be used in Laravel 5.8 or higher. For previous version or Laravel please check v 1.\* of this package *NB: From version 4.0.0 of this package Nexmo/Vonage and Slack Notification is not automatically supported.*To send Notifications via SMS or Slack see official [Laravel documentation](https://laravel.com/docs/10.x/notifications#sms-notifications)

1. `composer require padosoft/laravel-notification`
2. Publish the config file by running `php artisan vendor:publish --provider="Padosoft\Laravel\Notification\NotificationServiceProvider" --tag="migrations"`.

\##Config If you want you can publish also the config of the package Publish the config file by running `php artisan vendor:publish --provider="Padosoft\Laravel\Notification\NotificationServiceProvider" --tag="config"`.

Usage
-----

[](#usage)

You can generate a Notification Class with an artisan command and register it into database.

```
php artisan notification-manager:create user_is_registered
```

This command will create an App\\Notifications\\user\_is\_registered class. Now you can customize your notification. To enable the notifications you can put to 1 the active field on the database. To set the recipients of your notification you have to populate mynotifications\_users and mynotifications\_roles table. Then you can send your notification like this:

```
NotificationManager::dispatch(new \App\Notifications\user_is_registered('prova messaggio','prova'))
```

Contact
-------

[](#contact)

Open an issue on GitHub if you have any problems or suggestions.

License
-------

[](#license)

The contents of this repository is released under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance52

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 92.3% 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 ~179 days

Recently: every ~185 days

Total

15

Last Release

410d ago

Major Versions

1.1.0 → 2.0.02019-06-17

2.5.0 → 3.0.02022-04-08

3.1.0 → 4.0.02024-01-22

PHP version history (2 changes)1.0.1PHP &gt;=7.0.0

2.1.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fabb1f16f7a29a235494893175d25d51628fe2a6c9052834e35abe0666c9a8e?d=identicon)[lopadova](/maintainers/lopadova)

---

Top Contributors

[![leopado](https://avatars.githubusercontent.com/u/20923180?v=4)](https://github.com/leopado "leopado (12 commits)")[![lopadova](https://avatars.githubusercontent.com/u/10467699?v=4)](https://github.com/lopadova "lopadova (1 commits)")

---

Tags

emaillaravellaravel-packagenotificationsslacksmslaravelSettingscachelaravel-settingspadosoft

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/padosoft-laravel-notification/health.svg)

```
[![Health](https://phpackages.com/badges/padosoft-laravel-notification/health.svg)](https://phpackages.com/packages/padosoft-laravel-notification)
```

###  Alternatives

[swayok/alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/

202541.1k6](/packages/swayok-alternative-laravel-cache)[arifhp86/laravel-clear-expired-cache-file

Remove laravel expired cache file/folder

36128.7k](/packages/arifhp86-laravel-clear-expired-cache-file)[byerikas/cache-tags

Allows for Redis/Valkey cache flushing multiple tagged items by a single tag.

1413.9k](/packages/byerikas-cache-tags)[salehhashemi/laravel-configurable-cache

Configurable Laravel cache manager

2114.5k1](/packages/salehhashemi-laravel-configurable-cache)

PHPackages © 2026

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