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

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

reg2005/laravel-email-database-log
==================================

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

1.1.3(9y ago)2955MIT

Since Nov 17Compare

[ Source](https://github.com/reg2005/laravel-email-database-log)[ Packagist](https://packagist.org/packages/reg2005/laravel-email-database-log)[ RSS](/packages/reg2005-laravel-email-database-log/feed)WikiDiscussions Synced 2w ago

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

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

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

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

Installation
------------

[](#installation)

Laravel Email Database Log can be installed via [composer](http://getcomposer.org) by requiring the `shvetsgroup/laravel-email-database-log` package in your project's `composer.json`.

```
{
    "require": {
        "Reg2005/laravel-email-database-log": "*"
    }
}
```

Next add the service provider and the alias to `app/config/app`.

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

Now, run this in terminal:

```
php artisan vendor:publish --provider="Reg2005\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider" --tag="migrations"

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

30

—

LowBetter than 61% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~27 days

Total

2

Last Release

3528d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4133683?v=4)[Evgeniy](/maintainers/reg2005)[@reg2005](https://github.com/reg2005)

---

Tags

laravelmarkdown

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[petebishwhip/laradocs

Maintain beautiful, version-controlled documentation alongside your Laravel codebase. Markdown in, a polished docs site out.

11419.8k](/packages/petebishwhip-laradocs)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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