PHPackages                             artarts36/laravel-notifications-logger - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. artarts36/laravel-notifications-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

artarts36/laravel-notifications-logger
======================================

Notifications Logger for Laravel

0.2.2(4y ago)04.5kMITPHPPHP ^7.1 | ^8.0

Since Apr 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ArtARTs36/laravel-notifications-logger)[ Packagist](https://packagist.org/packages/artarts36/laravel-notifications-logger)[ RSS](/packages/artarts36-laravel-notifications-logger/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (9)Dependencies (5)Versions (12)Used By (0)

Laravel Notifications Logger
----------------------------

[](#laravel-notifications-logger)

[![PHP Composer](https://github.com/ArtARTs36/laravel-notifications-logger/workflows/Testing/badge.svg?branch=master)](https://github.com/ArtARTs36/laravel-notifications-logger/workflows/Testing/badge.svg?branch=master)[![License: MIT](https://camo.githubusercontent.com/fdf2982b9f5d7489dcf44570e714e3a15fce6253e0cc6b5aa61a075aac2ff71b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e737667)](https://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/8bdc5d9bd9c5de8239e7d4c64973f2b86b850cc16ffda179d19172ffac7b3bde/68747470733a2f2f706f7365722e707567782e6f72672f6172746172747333362f6c61726176656c2d6e6f74696669636174696f6e732d6c6f676765722f642f746f74616c2e737667)](https://poser.pugx.org/artarts36/laravel-notifications-logger/d/total.svg)

This PHP package provides logging all notifications from your Laravel Application.

### Installation:

[](#installation)

- Run: `composer require artarts36/laravel-notifications-logger`
- Add to providers: `\ArtARTs36\LaravelNotificationsLogger\Providers\NotificationsLoggerProvider`
- Run: `php artisan vendor:publish --tag=notifications_logger`
- Run `php artisan migrate`

### Configuration

[](#configuration)

#### Services Configuration

[](#services-configuration)

Path to package configuration: `config/notifications_logger.php`.

Logger considers your application's services ([System](./src/Models/System.php)).

You can configure service recognition in section "**system\_mapping**".

**Key** is regular expression for notification title. **Value** is service name.

Example:

```
'system_mapping' => [
    'subject_system' => [
        '/([a-z]*), you have to account for yesterday/i' => 'time-tracking-system',
    ],
],

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~66 days

Recently: every ~148 days

Total

10

Last Release

1266d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8027278?v=4)[Artem Ukrainskii](/maintainers/ArtARTs36)[@ArtARTs36](https://github.com/ArtARTs36)

---

Top Contributors

[![ArtARTs36](https://avatars.githubusercontent.com/u/8027278?v=4)](https://github.com/ArtARTs36 "ArtARTs36 (17 commits)")

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/artarts36-laravel-notifications-logger/health.svg)

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

###  Alternatives

[overtrue/laravel-query-logger

A dev tool to log all queries for laravel application.

413307.5k6](/packages/overtrue-laravel-query-logger)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[regulus/activity-log

A clean and simple Laravel 5 activity logger for monitoring user activity on a website or web application.

164220.1k2](/packages/regulus-activity-log)

PHPackages © 2026

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