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

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

gvidas/laravel-email-database-log
=================================

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

v10.0(3y ago)014MITPHPPHP ^8.1.0

Since Mar 21Pushed 3y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (4)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 gvidas/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' => [
    // ...
    ShvetsGroup\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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1149d ago

### Community

Maintainers

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

---

Top Contributors

[![gvidas](https://avatars.githubusercontent.com/u/5682780?v=4)](https://github.com/gvidas "gvidas (2 commits)")

---

Tags

laravelmailmarkdown

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)

PHPackages © 2026

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