PHPackages                             berthott/laravel-mail-logging - 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. berthott/laravel-mail-logging

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

berthott/laravel-mail-logging
=============================

Laravel Helper for scheduling model related tasks

3.0.0(3y ago)0309MITPHP

Since Feb 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/berthott/laravel-mail-logging)[ Packagist](https://packagist.org/packages/berthott/laravel-mail-logging)[ RSS](/packages/berthott-laravel-mail-logging/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![test workflow](https://github.com/berthott/laravel-mail-logging/actions/workflows/test.yml/badge.svg)](https://github.com/berthott/laravel-mail-logging/actions/workflows/test.yml/badge.svg)

Laravel-Mail-Logging
====================

[](#laravel-mail-logging)

Laravel Helper for logging outgoing mails.

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

[](#installation)

```
$ composer require berthott/laravel-mail-logging
```

Usage
-----

[](#usage)

- You only need to install the package and will have a `storage/logs/mail.log` file giving you some insights of outgoing mails.

Options
-------

[](#options)

To change the default options use

```
$ php artisan vendor:publish --provider="berthott\MailLogging\MailLoggingServiceProvider" --tag="config"
```

You can specify the mail logging channel according to [the Laravel Documentation](https://laravel.com/docs/10.x/logging#configuration). Defaults to

```
    'driver' => 'single',
    'path' => storage_path('logs/mail.log'),
    'level' => 'debug',
```

Compatibility
-------------

[](#compatibility)

Tested with Laravel 10.x.

License
-------

[](#license)

See [License File](license.md). Copyright © 2023 Jan Bladt.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

1171d ago

### Community

Maintainers

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

---

Top Contributors

[![berthott](https://avatars.githubusercontent.com/u/3034025?v=4)](https://github.com/berthott "berthott (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/berthott-laravel-mail-logging/health.svg)

```
[![Health](https://phpackages.com/badges/berthott-laravel-mail-logging/health.svg)](https://phpackages.com/packages/berthott-laravel-mail-logging)
```

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B9.2k](/packages/psr-log)[itsgoingd/clockwork

php dev tools in your browser

5.9k27.6M94](/packages/itsgoingd-clockwork)[graylog2/gelf-php

A php implementation to send log-messages to a GELF compatible backend like Graylog2.

41838.2M138](/packages/graylog2-gelf-php)[bugsnag/bugsnag-psr-logger

Official Bugsnag PHP PSR Logger.

32132.5M2](/packages/bugsnag-bugsnag-psr-logger)[consolidation/log

Improved Psr-3 / Psr\\Log logger based on Symfony Console components.

15462.2M7](/packages/consolidation-log)[datadog/php-datadogstatsd

An extremely simple PHP datadogstatsd client

19124.6M15](/packages/datadog-php-datadogstatsd)

PHPackages © 2026

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