PHPackages                             cirelramos/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. cirelramos/error-notification

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

cirelramos/error-notification
=============================

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

1.0.7(3y ago)0532MITPHPPHP ^8.0

Since Apr 5Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (8)Used By (2)

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 `cirelramos/error-notification` package in your `composer.json` and update your dependencies:

```
composer require cirelramos/error-notification
```

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

[](#configuration)

set provider

```
'providers' => [
    // ...
    Cirelramos\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="Cirelramos\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

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

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

Recently: every ~68 days

Total

7

Last Release

1276d ago

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

1.0.7PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/8946ad934686a343e76ab45b0284610330fef041208a0cbb47092afbc902e6b9?d=identicon)[cirelramos](/maintainers/cirelramos)

---

Top Contributors

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

---

Tags

loglaraveldatabase

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M129](/packages/roots-acorn)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M615](/packages/laravel-scout)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1235.9k20](/packages/fleetbase-core-api)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M129](/packages/laravel-pulse)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M161](/packages/spatie-laravel-health)

PHPackages © 2026

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