PHPackages                             paulwrightabuk/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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. paulwrightabuk/laravel-email-database-log

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

paulwrightabuk/laravel-email-database-log
=========================================

A simple database logger for all outgoing emails sent by Laravel website, updated for Laravel 6. Forked from original by Alexander Shvets

1.2(8y ago)05MITPHP

Since Jul 31Pushed 6y agoCompare

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

READMEChangelogDependencies (2)Versions (11)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 paulwrightabuk/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' => [
    // ...
    Paulwrightabuk\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider::class,
],
```

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

[](#step-3-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

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 72.4% 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 ~106 days

Recently: every ~31 days

Total

10

Last Release

2982d ago

### Community

Maintainers

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

---

Top Contributors

[![neochief](https://avatars.githubusercontent.com/u/121889?v=4)](https://github.com/neochief "neochief (21 commits)")[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (3 commits)")[![paulwrightabuk](https://avatars.githubusercontent.com/u/41287252?v=4)](https://github.com/paulwrightabuk "paulwrightabuk (3 commits)")[![d-lamers](https://avatars.githubusercontent.com/u/3164508?v=4)](https://github.com/d-lamers "d-lamers (1 commits)")[![hapheus](https://avatars.githubusercontent.com/u/837072?v=4)](https://github.com/hapheus "hapheus (1 commits)")

---

Tags

laravelmarkdown

### Embed Badge

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

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

###  Alternatives

[dniccum/nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.

37116.4k](/packages/dniccum-nova-documentation)[dmcbrn/laravel-email-database-log

A simple database logger for all outgoing emails sent by Laravel website - built from shvetsgroup/laravel-email-database-log.

1633.6k](/packages/dmcbrn-laravel-email-database-log)[buzzylab/laradown

A New Markdown parser for Laravel built on parsedown

317.3k](/packages/buzzylab-laradown)

PHPackages © 2026

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