PHPackages                             iwedmak/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. [Mail &amp; Notifications](/categories/mail)
4. /
5. iwedmak/mail-log

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

iwedmak/mail-log
================

Log emails in laravel 5

0.06(7y ago)34333MITPHPPHP &gt;=5.5.0

Since Jul 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/iWedmak/laravel-5-mail-log)[ Packagist](https://packagist.org/packages/iwedmak/mail-log)[ RSS](/packages/iwedmak-mail-log/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (0)

laravel-5-mail-log
==================

[](#laravel-5-mail-log)

Logs every email sended by laravel (via Mail class include queued mails), preventing duplicates, u can override this by adding in bcc `skeep@me.com` or u can limit frequency (by default 30 minutes) of duplicates by adding in bcc `delay@me.com` (this can be changed in config file) Monitors email reads, have event MessageRead.

- install

```
composer require iwedmak/mail-log
```

- Or

```
php composer.phar require iwedmak/mail-log
```

- Or add to composer.json

```
"iwedmak/mail-log": "dev-master"
```

Register provider, add this to config/app.php in providers array:

```
iWedmak\Mail\MailLogServiceProvider::class,
```

After that u will need to publish config

```
php artisan vendor:publish
```

and publish migrations and migrate

```
php artisan maillog:migration
php artisan migrate
```

Now we can subscribe to mailsend event, by adding to `app/Providers/EventServiceProvider.php`

```
protected $subscribe = [
    'iWedmak\Mail\MailEventListener',
];
```

Now u have one more event, it's `iWedmak\Mail\MessageRead` when email was read.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

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

Total

7

Last Release

2880d ago

### Community

Maintainers

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

---

Top Contributors

[![iWedmak](https://avatars.githubusercontent.com/u/994005?v=4)](https://github.com/iWedmak "iWedmak (13 commits)")

---

Tags

laravelmaililluminatemaillog

### Embed Badge

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

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

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[tkeer/mailbase

Catch laravel emails for local development

10616.8k](/packages/tkeer-mailbase)[juanparati/brevosuite

Complete Brevo integration with Laravel

1010.8k](/packages/juanparati-brevosuite)

PHPackages © 2026

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