PHPackages                             aw-studio/laravel-maillog - 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. aw-studio/laravel-maillog

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

aw-studio/laravel-maillog
=========================

Automatically log information about all outgoing mail in your Laravel application.

v0.4.1(1y ago)02.0kMITPHP

Since Apr 30Pushed 10mo agoCompare

[ Source](https://github.com/aw-studio/laravel-maillog)[ Packagist](https://packagist.org/packages/aw-studio/laravel-maillog)[ RSS](/packages/aw-studio-laravel-maillog/feed)WikiDiscussions main Synced 3d ago

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

Laravel Maillog
===============

[](#laravel-maillog)

Automatically log information about all outgoing mail in your Laravel application

Setup
-----

[](#setup)

You can install the package via composer:

```
composer require aw-studio/laravel-maillog
```

Your application will now log outgoing email information to a `maillog.log` file in the `storage/logs` folder.

Configuration
-------------

[](#configuration)

### Log to Database

[](#log-to-database)

Additionally, if you want to log your outgoing mails to your database, you may do so with the following steps:

Publishing the package configuration and database migrations

```
php artisan vendor:publish --provider="AwStudio\Maillog\MaillogServiceProvider"
```

Run the migrations

```
php artisan migrate
```

Update the `channels` config in `config/maillog.php`:

```
    'channels' => [
        // 'log',
        'database',
    ],
```

### Sending Event

[](#sending-event)

By default, this package is configured so that it only logs when mails have been `sent`. You can change the configuration so that `sending` is also logged. This generates very similar data records, but can be useful to be able to trace whether problems have occurred on the way and the dispatch has failed unexpectedly.

```
'logs' => [
    'sent',
    'sending',
],
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance44

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 Bus Factor1

Top contributor holds 92.3% 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 ~26 days

Total

2

Last Release

715d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b2d65d58480dd7fdbf4f4593158cbd0634550ee9210c49957cc48c8a8ccaef6?d=identicon)[jannescb](/maintainers/jannescb)

---

Top Contributors

[![lpheller](https://avatars.githubusercontent.com/u/36259611?v=4)](https://github.com/lpheller "lpheller (12 commits)")[![jannescb](https://avatars.githubusercontent.com/u/17292622?v=4)](https://github.com/jannescb "jannescb (1 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/aw-studio-laravel-maillog/health.svg)

```
[![Health](https://phpackages.com/badges/aw-studio-laravel-maillog/health.svg)](https://phpackages.com/packages/aw-studio-laravel-maillog)
```

###  Alternatives

[laravel-notification-channels/telegram

Telegram Notifications Channel for Laravel

1.1k3.4M35](/packages/laravel-notification-channels-telegram)[mckenziearts/laravel-notify

Flexible flash notifications for Laravel

1.7k1.1M5](/packages/mckenziearts-laravel-notify)[s-ichikawa/laravel-sendgrid-driver

This library adds a 'sendgrid' mail driver to Laravel.

4139.3M1](/packages/s-ichikawa-laravel-sendgrid-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[illuminate/notifications

The Illuminate Notifications package.

483.0M967](/packages/illuminate-notifications)[illuminate/mail

The Illuminate Mail package.

5910.1M391](/packages/illuminate-mail)

PHPackages © 2026

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