PHPackages                             ciptohadi-web-id/lumen-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. ciptohadi-web-id/lumen-notifications

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

ciptohadi-web-id/lumen-notifications
====================================

A useful wrapper around Laravel Notifications that support its artisan command

v0.0.1-alpha.1(8y ago)61.4kMITPHPPHP &gt;=5.6.4

Since Jan 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cipto-hd/lumen-notifications)[ Packagist](https://packagist.org/packages/ciptohadi-web-id/lumen-notifications)[ Docs](https://github.com/ciptohadi-web-id/lumen-notifications)[ RSS](/packages/ciptohadi-web-id-lumen-notifications/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Laravel 5.5 Notification for Lumen 5.x
======================================

[](#laravel-55-notification-for-lumen-5x)

[![Software License](https://camo.githubusercontent.com/f16f38ddd249fc03956657e2f443714395aaf86b8a1c97fc73d67f770ec598bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e737667)](LICENSE.md)[![GitHub forks](https://camo.githubusercontent.com/f993649de833052fbc66acb057aaf1572dc074a8fd2f2aa4c4192626563d8ef4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e737667)](https://github.com/ciptohadi-web-id/lumen-notifications/network)[![GitHub stars](https://camo.githubusercontent.com/ee14ff0bdbbf8c2a660874430b7393cedd64e5f92987f28b042c15ad54e36608/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e737667)](https://github.com/ciptohadi-web-id/lumen-notifications/stargazers)

[![Latest version](https://camo.githubusercontent.com/4a812b1d582fe2a2228cc8a7db1044a7563e714ee03c99fd13a4b14b51bc20b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e737667)](https://packagist.org/packages/ciptohadi-web-id/lumen-notifications)[![Total Downloads](https://camo.githubusercontent.com/c7ba708666a07f12064dfaf9f6262e250ae5400790e3d8dff38d4bd689cd51cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e737667)](https://packagist.org/packages/ciptohadi-web-id/lumen-notifications)

[![Twitter](https://camo.githubusercontent.com/f8ed358fca4b64ba51e45b4ce7b914cc0c1fd694ee6605270d77920afe7f9ba8/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f68747470732f6769746875622e636f6d2f636970746f686164692d7765622d69642f6c756d656e2d6e6f74696669636174696f6e732e7376673f7374796c653d736f6369616c)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fciptohadi-web-id%2Flumen-notifications)

This package is a wrapper around [Laravel Notifications](https://laravel.com/docs/5.3/notifications) package, that enable it to work with Lumen 5.x

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Changelog](#changelog)
- [Testing](#testing)
- [Security](#security)
- [Contributing](#contributing)
- [Credits](#credits)
- [License](#license)

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

[](#installation)

To install the packge, we can run below command in terminal:

```
composer require ciptohadi-web-id/lumen-notifications

```

After that, we should register the package in the section "Register Service Providers" in `bootstrap/app.php`

```
$app->register(\ciptohadi\LumenNotifications\LumenNotificationsServiceProvider::class);

```

Usage
-----

[](#usage)

After registering the Service Provider, we will have access to three new artisan commands, as shown below:

To create a new notification, we run below command:

```
php artisan make:notification [notification-name]

```

To create database migration for notifications, we run below command

```
php artisan notifications:table

```

To use the views from Laravel Notifications, we run below command:

```
php artisan lumen-notifications:publish

```

### More information on how to use Laravel Notifications, we can consult wonderful Laravel documentation: [Laravel Notifications](https://laravel.com/docs/notifications)

[](#more-information-on-how-to-use-laravel-notifications-we-can-consult-wonderful-laravel-documentation-laravel-notifications)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Security
--------

[](#security)

If you discover any security related issues, please email me at `ciptohadi79@gmail.com` instead of using the issue tracker.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Cipto Hadi](https://ciptohadi.web.id)
- Inspired by [lab123it/lumen-notification](https://github.com/lab123it/lumen-notification)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

3102d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8280887?v=4)[ciptohadi](/maintainers/ciptohadi)[@ciptohadi](https://github.com/ciptohadi)

---

Top Contributors

[![cipto-hd](https://avatars.githubusercontent.com/u/5018833?v=4)](https://github.com/cipto-hd "cipto-hd (7 commits)")

---

Tags

laravellaravel-5-packagelaravel-notificationslumenwrapperlaravellumennotificationswrapperlaravel-notificationslumen-notifications

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ciptohadi-web-id-lumen-notifications/health.svg)

```
[![Health](https://phpackages.com/badges/ciptohadi-web-id-lumen-notifications/health.svg)](https://phpackages.com/packages/ciptohadi-web-id-lumen-notifications)
```

###  Alternatives

[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4079.7M1](/packages/s-ichikawa-laravel-sendgrid-driver)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2381.4M13](/packages/laravel-notification-channels-discord)[awssat/discord-notification-channel

Discord Notification Channel for laravel.

94128.8k](/packages/awssat-discord-notification-channel)[salamwaddah/laravel-mandrill-driver

Mandrill notification channel for Laravel 9, 10, 11, 12, 13

1176.4k](/packages/salamwaddah-laravel-mandrill-driver)

PHPackages © 2026

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