PHPackages                             kodeops/laravel-email-database-log - 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. kodeops/laravel-email-database-log

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

kodeops/laravel-email-database-log
==================================

A simple database logger for all outgoing emails sent by Laravel website.

1.0(7mo ago)0733MITPHPPHP ^8

Since Oct 13Pushed 7mo agoCompare

[ Source](https://github.com/kodeops/laravel-email-database-log)[ Packagist](https://packagist.org/packages/kodeops/laravel-email-database-log)[ RSS](/packages/kodeops-laravel-email-database-log/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Email Database Log
==========================

[](#laravel-email-database-log)

A simple database logger for all outgoing emails sent by Laravel website.

Installation
============

[](#installation)

Step 1: Composer
----------------

[](#step-1-composer)

Laravel Email Database Log can be installed via [composer](http://getcomposer.org) by running this line in terminal:

```
composer require shvetsgroup/laravel-email-database-log
```

Step 2: Configuration
---------------------

[](#step-2-configuration)

You can skip this step if your version of Laravel is 5.5 or above. Otherwise, you have to add the following to your config/app.php in the providers array:

```
'providers' => [
    // ...
    kodeops\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider::class,
],
```

Step 3: Migration
-----------------

[](#step-3-migration)

Publish migration files:

```
php artisan vendor:publish --tag=laravel-email-database-log-migration
```

Now, run this in terminal:

```
php artisan migrate
```

Usage
=====

[](#usage)

After installation, any email sent by your website will be logged to `email_log` table in the site's database.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance65

Regular maintenance activity

Popularity16

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.5% 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

211d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b34a1b8a32bf4ac5538d141ad0aba29c87fbb5d40df68f34305344c5c4511983?d=identicon)[kodeops](/maintainers/kodeops)

---

Top Contributors

[![neochief](https://avatars.githubusercontent.com/u/121889?v=4)](https://github.com/neochief "neochief (21 commits)")[![spaantje](https://avatars.githubusercontent.com/u/477362?v=4)](https://github.com/spaantje "spaantje (8 commits)")[![vahidalvandi](https://avatars.githubusercontent.com/u/7871623?v=4)](https://github.com/vahidalvandi "vahidalvandi (3 commits)")[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (3 commits)")[![bitrevo](https://avatars.githubusercontent.com/u/1067833?v=4)](https://github.com/bitrevo "bitrevo (1 commits)")[![hapheus](https://avatars.githubusercontent.com/u/837072?v=4)](https://github.com/hapheus "hapheus (1 commits)")[![robbielove](https://avatars.githubusercontent.com/u/13571547?v=4)](https://github.com/robbielove "robbielove (1 commits)")[![d-lamers](https://avatars.githubusercontent.com/u/3164508?v=4)](https://github.com/d-lamers "d-lamers (1 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (1 commits)")

---

Tags

laravelmailmarkdown

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kodeops-laravel-email-database-log/health.svg)

```
[![Health](https://phpackages.com/badges/kodeops-laravel-email-database-log/health.svg)](https://phpackages.com/packages/kodeops-laravel-email-database-log)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[modernmcguire/mailthief

A Laravel package to catch outbound mail (similar to Mailtrap) that also provides a UI to view them.

318.5k](/packages/modernmcguire-mailthief)

PHPackages © 2026

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