PHPackages                             litermi-packages/error-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. [Database &amp; ORM](/categories/database)
4. /
5. litermi-packages/error-notification

ActiveLibrary[Database &amp; ORM](/categories/database)

litermi-packages/error-notification
===================================

The Error Notification is a package to send notification when has an error

1.0.33(1mo ago)02323MITPHPPHP ^8.0

Since Apr 5Pushed 1mo agoCompare

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

READMEChangelogDependencies (10)Versions (33)Used By (3)

Error Notification
==================

[](#error-notification)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

About
-----

[](#about)

The `Error Notification` is a package to send notification when has an error .

##### [Tutorial how create composer package](https://cirelramos.blogspot.com/2022/04/how-create-composer-package.html)

[](#tutorial-how-create-composer-package)

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

[](#installation)

Require the `litermi-packages/error-notification` package in your `composer.json` and update your dependencies:

```
composer require litermi-packages/error-notification
```

Configuration
-------------

[](#configuration)

set provider

```
'providers' => [
    // ...
    Litermi\ErrorNotification\Providers\ServiceProvider::class,
],
```

The defaults are set in `config/error-notification.php`. Publish the config to copy the file to your own config:

```
php artisan vendor:publish --provider="Litermi\ErrorNotification\Providers\ServiceProvider"
```

> **Note:** this is necessary to you can change default config

Usage
-----

[](#usage)

```
SendEmailNotificationService::execute($exception, $directNotification);
SendSlackNotificationService::execute($exception, $directNotification, $channelSlack);
```

in app/Console/Kernel.php add

```
protected $commands = [
    SendGroupNotificationScheduler::class,
];

$schedule->command('error-notification:send-group-notification')
    ->withoutOverlapping()
    ->everyFiveMinutes()
    ->sendOutputTo('/dev/stdout');
```

License
-------

[](#license)

Released under the MIT License, see [LICENSE](LICENSE).

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance90

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 81.6% 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 ~49 days

Recently: every ~0 days

Total

32

Last Release

51d ago

PHP version history (2 changes)1.0.1PHP ^7.4|^8.0

1.0.13PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/73536c3820a8a906ec83b9a56ebff32aa6ef4529c66efb6a33b42fde1dfb55f2?d=identicon)[litermi](/maintainers/litermi)

---

Top Contributors

[![cirelramoslitermi](https://avatars.githubusercontent.com/u/142442403?v=4)](https://github.com/cirelramoslitermi "cirelramoslitermi (31 commits)")[![cirelramos](https://avatars.githubusercontent.com/u/11335197?v=4)](https://github.com/cirelramos "cirelramos (7 commits)")

---

Tags

loglaraveldatabase

### Embed Badge

![Health badge](/badges/litermi-packages-error-notification/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

58174.6k17](/packages/api-platform-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/packages/roots-acorn)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k21](/packages/fleetbase-core-api)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.6k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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