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

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

cirelramos/simple-notification
==============================

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

1.0.1(3y ago)07MITPHPPHP ^8.0

Since Jan 4Pushed 3y ago1 watchersCompare

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

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

Simple Notification
===================

[](#simple-notification)

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

About
-----

[](#about)

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

```
composer require cirelramos/simple-notification
```

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

[](#configuration)

set provider

```
'providers' => [
    // ...
    Cirelramos\SimpleNotification\Providers\ServiceProvider::class,
],
```

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

```
php artisan vendor:publish --provider="Cirelramos\SimpleNotification\Providers\ServiceProvider"
```

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

Usage
-----

[](#usage)

The default notifications are set as Log type if the warning() or error() methods are not specified.

```
$extraValues['test'] = 1;
SimpleNotificationFacade::email()->slack()->notification('message notification', $extraValues);
```

Usage of Notification Levels
----------------------------

[](#usage-of-notification-levels)

The default notifications are set as Log type if the warning() or error() methods are not specified.

```
$extraValues['test'] = 1;
SimpleNotificationFacade::email()->slack()->warning()->notification('message notification', $extraValues);
SimpleNotificationFacade::email()->slack()->error()->notification('message notification', $extraValues);
```

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1221d ago

### 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 (1 commits)")

---

Tags

loglaraveldatabase

### Embed Badge

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

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

###  Alternatives

[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[kreait/laravel-firebase

A Laravel package for the Firebase PHP Admin SDK

1.3k16.5M42](/packages/kreait-laravel-firebase)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[ntanduy/cloudflare-d1-database

Easy configuration and setup for D1 Database connections in Laravel.

215.4k](/packages/ntanduy-cloudflare-d1-database)[api-platform/laravel

API Platform support for Laravel

59126.4k5](/packages/api-platform-laravel)[dragon-code/laravel-data-dumper

Adding data from certain tables when executing the `php artisan schema:dump` console command

3418.6k](/packages/dragon-code-laravel-data-dumper)

PHPackages © 2026

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