PHPackages                             einnar82/custom-database-driver - 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. einnar82/custom-database-driver

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

einnar82/custom-database-driver
===============================

Removed the namespace in database notification types in Laravel.

1.0(7y ago)16MITPHP

Since Dec 26Pushed 7y agoCompare

[ Source](https://github.com/einnar82/custom-database-driver)[ Packagist](https://packagist.org/packages/einnar82/custom-database-driver)[ Docs](https://github.com/einnar82/custom-database-driver)[ RSS](/packages/einnar82-custom-database-driver/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

**Custom Database Driver For Laravel**
--------------------------------------

[](#custom-database-driver-for-laravel)

Simplified the notification type of Laravel Database Notifications.

Before:

```
 { "type":"App\\Notifications\\API\\v1\\Vehicles\\VehicleDeletedNotification",

```

After:

```
{	"type": "VehicleDeletedNotification",

```

**Installation:**

In your terminal type,

```
$ composer require einnar82/custom-database-driver

```

Then, change your notification class driver into,

```
use RannieOllit\CustomDatabaseDriver\CustomDatabaseChannel;

/**
    * Get the notification's delivery channels.
    *
    * @param mixed $notifiable
    * @return array
    */

public  function  via($notifiable)
{
    return  [CustomDatabaseChannel::class];
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

2692d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/128d6bea30ee15fa11d9882ccc62ab1c003c4b3c12a6ea25fa0681fd8f5cb7ab?d=identicon)[einnar82](/maintainers/einnar82)

---

Top Contributors

[![einnar82](https://avatars.githubusercontent.com/u/23412411?v=4)](https://github.com/einnar82 "einnar82 (3 commits)")

---

Tags

database-notificationslaravelnotificationsnotifications-channellaravelnotificationsnotification-channel

### Embed Badge

![Health badge](/badges/einnar82-custom-database-driver/health.svg)

```
[![Health](https://phpackages.com/badges/einnar82-custom-database-driver/health.svg)](https://phpackages.com/packages/einnar82-custom-database-driver)
```

###  Alternatives

[edvinaskrucas/notification

Package for Laravel for helping to manage flash / instant notifications / messages.

520393.9k10](/packages/edvinaskrucas-notification)[laravel-notification-channels/rocket-chat

Rocket.Chat Notifications channel for Laravel 5.6+

1345.5k](/packages/laravel-notification-channels-rocket-chat)[sarfraznawaz2005/laravel-sse

Laravel package to provide Server Sent Events functionality for your app.

474.6k](/packages/sarfraznawaz2005-laravel-sse)[usamamuneerchaudhary/filament-notifier

A powerful notification system for FilamentPHP that handles multi-channel notifications with template management, scheduling, and real-time delivery. Built for developers who need enterprise-grade notifications without the complexity.

321.1k](/packages/usamamuneerchaudhary-filament-notifier)

PHPackages © 2026

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