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(2y ago)02.0kMITPHP

Since Apr 30Pushed 12mo 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 3w 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

26

—

LowBetter than 41% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity18

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

768d 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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[api-platform/laravel

API Platform support for Laravel

58171.5k14](/packages/api-platform-laravel)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)

PHPackages © 2026

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