PHPackages                             yuyu-tech/mail-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. yuyu-tech/mail-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

yuyu-tech/mail-log
==================

Laravel Package to log all outgoing email into database.

1.0.3(3y ago)0127MITPHP

Since Sep 26Pushed 3y agoCompare

[ Source](https://github.com/yuyu-tech/mail-log)[ Packagist](https://packagist.org/packages/yuyu-tech/mail-log)[ RSS](/packages/yuyu-tech-mail-log/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (1)Versions (5)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 yuyu-tech/mail-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' => [
    // ...
    Yuyu\MailLog\Providers\MailLogServiceProvider::class,
],
```

Step 3: Publish vendor file
---------------------------

[](#step-3-publish-vendor-file)

Now, run this in terminal:

```
php artisan vendor:publish --provider=Yuyu\MailLog\Providers\MailLogServiceProvider
```

Step 4: Migration
-----------------

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

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

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

Every ~197 days

Total

4

Last Release

1095d ago

### Community

Maintainers

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

---

Top Contributors

[![merbhushan](https://avatars.githubusercontent.com/u/25707262?v=4)](https://github.com/merbhushan "merbhushan (5 commits)")

---

Tags

laravelloggingemailfilter email

### Embed Badge

![Health badge](/badges/yuyu-tech-mail-log/health.svg)

```
[![Health](https://phpackages.com/badges/yuyu-tech-mail-log/health.svg)](https://phpackages.com/packages/yuyu-tech-mail-log)
```

###  Alternatives

[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[hosmelq/laravel-logsnag

Integrate the power of LogSnag's real-time event tracking into your Laravel application.

237.9k](/packages/hosmelq-laravel-logsnag)

PHPackages © 2026

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