PHPackages                             lab123/lumen-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. lab123/lumen-notification

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

lab123/lumen-notification
=========================

Wrapper of Laravel Notification adapted to work with Lumen 5.x

0.1.0-beta.2(7y ago)250.8k4[4 issues](https://github.com/lab123it/lumen-notification/issues)[1 PRs](https://github.com/lab123it/lumen-notification/pulls)MITPHPPHP &gt;=5.6.4

Since Jul 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/lab123it/lumen-notification)[ Packagist](https://packagist.org/packages/lab123/lumen-notification)[ Docs](https://github.com/lab123/lumen-notification)[ RSS](/packages/lab123-lumen-notification/feed)WikiDiscussions master Synced today

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

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

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

[![Latest Version on Packagist](https://camo.githubusercontent.com/1ae3b53bb213ddeedfadf9dc146093a904297d4874bcc0a874572df5c50d8031/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c61623132332f6c756d656e2d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lab123/lumen-notification)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/d7fcc94d5d11630badb1be2bbd40690d52a74eeaf4f388b8fb3952acf6152be6/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c61623132332f6c756d656e2d6e6f74696669636174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/lab123/lumen-notification)[![Quality Score](https://camo.githubusercontent.com/ca6d6212108f06f1e150b1be40aa3086010094ef2d55ad0b0c94b7f6acbe88df/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6c61623132332f6c756d656e2d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lab123/lumen-notification)[![Code Coverage](https://camo.githubusercontent.com/c8c755b8b2c43a053bf90f1259a452963129150dc0aa89e2aa709777e3737786/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6c61623132332f6c756d656e2d6e6f74696669636174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/lab123/lumen-notification/?branch=master)[![Total Downloads](https://camo.githubusercontent.com/f4ff06b7764bf37d97d7d49426a148d6834d0bba3d9b86401f1b4d3c23f4b696/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c61623132332f6c756d656e2d6e6f74696669636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lab123/lumen-notification)

This package is a wrapper of [Laravel Notification](https://laravel.com/docs/5.3/notifications) adapted 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)

Can to install with commands:

```
composer require lab123/lumen-notification

```

Or editing the `composer.json` file:

```
"require": {
	"lab123/lumen-notification": "dev-master"
}

```

Register the package in the section "Register Service Providers" in `bootstrap/app.php`

```
$app->register(\LumenNotification\LumenNotificationServiceProvider::class);

```

To can use the views from Laravel Notifications, use the command wrapper from php artisan vendor:publish:

```
php artisan lumen-notification:publish

```

Usage
-----

[](#usage)

After register the Service Provider the aplication can execute the commands:

Equivalent to php artisan make:notification in Laravel 5.7

```
php artisan lumen-notification:notification

```

Equivalent to php artisan vendor:publish in Laravel

```
php artisan lumen-notification:publish

```

Equivalent to php artisan notifications:table in Laravel

```
php artisan lumen-notification:table

```

### To more information how to use Notifications: [Laravel Notification](https://laravel.com/docs/5.3/notifications)

[](#to-more-information-how-to-use-notifications-laravel-notification)

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  instead of using the issue tracker.

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

[](#contributing)

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

Credits
-------

[](#credits)

- [Jean Pierre](https://github.com/jeanpfs)
- [Felipe Santos](https://github.com/felipeds2)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90% 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 ~570 days

Total

2

Last Release

2709d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8262794?v=4)[Jean Pierre](/maintainers/jeanpfs)[@jeanpfs](https://github.com/jeanpfs)

---

Top Contributors

[![jeanpfs](https://avatars.githubusercontent.com/u/8262794?v=4)](https://github.com/jeanpfs "jeanpfs (9 commits)")[![tobisanya](https://avatars.githubusercontent.com/u/5265436?v=4)](https://github.com/tobisanya "tobisanya (1 commits)")

---

Tags

laravel-notificationslumen-notificationpackagistphp-artisanlaravellumennotificationwrapperlaravel-notificationlumen notification

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lab123-lumen-notification/health.svg)

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

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.8M47](/packages/laravel-notification-channels-telegram)[s-ichikawa/laravel-sendgrid-driver

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

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

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2401.4M17](/packages/laravel-notification-channels-discord)[calchen/laravel-dingtalk-robot-notification

钉钉智能群助手 Laravel/Lumen 消息通知扩展包（Dingtalk robot message notifications for Laravel/Lumen）

2326.6k](/packages/calchen-laravel-dingtalk-robot-notification)

PHPackages © 2026

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