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)614.2k↓76.5%1[4 PRs](https://github.com/padosoft/laravel-notification/pulls)MITPHPPHP &gt;=7.1.3

Since May 14Pushed 11mo 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 2d 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

43

—

FairBetter than 89% of packages

Maintenance48

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community11

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

456d 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://avatars.githubusercontent.com/u/10467699?v=4)[Lorenzo](/maintainers/lopadova)[@lopadova](https://github.com/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/

202583.7k8](/packages/swayok-alternative-laravel-cache)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[byerikas/cache-tags

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

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

Remove laravel expired cache file/folder

36140.7k](/packages/arifhp86-laravel-clear-expired-cache-file)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[salehhashemi/laravel-configurable-cache

Configurable Laravel cache manager

2115.2k2](/packages/salehhashemi-laravel-configurable-cache)

PHPackages © 2026

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