PHPackages                             zaruto/filament-email-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. zaruto/filament-email-log

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

zaruto/filament-email-log
=========================

This package provides a Filament resource to view all Laravel outgoing emails.

1.1(2y ago)02.0kMITPHPPHP ^8.1

Since May 5Pushed 2y agoCompare

[ Source](https://github.com/zaruto/filament-email-log)[ Packagist](https://packagist.org/packages/zaruto/filament-email-log)[ Docs](https://github.com/ramnzys/filament-email-log)[ RSS](/packages/zaruto-filament-email-log/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (18)Versions (3)Used By (0)

[![](https://camo.githubusercontent.com/7e4eab0fe9409b33c86f9c9ed59ce420e2cd7b9d1faf77c4501b8135f71c2ce5/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f66696c616d656e742d656d61696c2d6c6f672e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d72616d6e7a797325324666696c616d656e742d656d61696c2d6c6f67267061747465726e3d617574756d6e267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b73656e742b656d61696c2b6c6f672b6f6e2b66696c616d656e742b64617368626f617264266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/7e4eab0fe9409b33c86f9c9ed59ce420e2cd7b9d1faf77c4501b8135f71c2ce5/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f66696c616d656e742d656d61696c2d6c6f672e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d72616d6e7a797325324666696c616d656e742d656d61696c2d6c6f67267061747465726e3d617574756d6e267374796c653d7374796c655f31266465736372697074696f6e3d4c61726176656c2b73656e742b656d61696c2b6c6f672b6f6e2b66696c616d656e742b64617368626f617264266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

[![Latest Version on Packagist](https://camo.githubusercontent.com/153cd1cc6b7d69f11d180e8a1240eec0156ac3642af1085b58ec4408643a0128/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72616d6e7a79732f66696c616d656e742d656d61696c2d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ramnzys/filament-email-log)[![GitHub Tests Action Status](https://camo.githubusercontent.com/2f4e86077f181ff9529bdf3a111469ef0dfbb65b0a7d69289a9d5ddab5679b12/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72616d6e7a79732f66696c616d656e742d656d61696c2d6c6f672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/ramnzys/filament-email-log/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7f3e015538e34be605cf899b7173f2a9b527725d9e308b01c607295b7c477a24/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f72616d6e7a79732f66696c616d656e742d656d61696c2d6c6f672f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/ramnzys/filament-email-log/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ea20b364a771e53c198995685b74cf46a8912a6f27362f088d7367d68f4736a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72616d6e7a79732f66696c616d656e742d656d61696c2d6c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ramnzys/filament-email-log)

This package provides a Filament resource to view all Laravel outgoing emails. It also provides a Model for the database stored emails.

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

[](#installation)

You can install the package via composer:

```
composer require ramnzys/filament-email-log
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-email-log-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-email-log-config"
```

This is the contents of the published config file:

```
return [

    'resource' => [
        'group' => null,
        'sort' => null,
    ],

    'keep_email_for_days' => 90,

];
```

Usage
-----

[](#usage)

This package will automatically register the `EmailResource`. You will be able to see it when you visit your Filament admin panel.

### Customization

[](#customization)

**Group and sort order**. You can customize the navigation group for the `EmailResource` by publishing the configuration file and updating the `resource.group` and `resource.sort` values.

**Prunable model**. You can customize how many days to keep the email in the database by updating the `keep_email_for_days` value. Then you can use or schedule the command `artisan model:prune --model="Ramnzys\FilamentEmailLog\Models\Email"`. This will delete emails older than `keep_email_for_days` days old.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Contributions are welcome. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- [Ramón E. Zayas](https://github.com/ramnzys)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.1% 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 ~33 days

Total

2

Last Release

1068d ago

### Community

Maintainers

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

---

Top Contributors

[![ramnzys](https://avatars.githubusercontent.com/u/19354043?v=4)](https://github.com/ramnzys "ramnzys (17 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (4 commits)")[![widiu7omo](https://avatars.githubusercontent.com/u/25941348?v=4)](https://github.com/widiu7omo "widiu7omo (2 commits)")[![zaruto](https://avatars.githubusercontent.com/u/25619787?v=4)](https://github.com/zaruto "zaruto (2 commits)")

---

Tags

laravelemailfilament

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/zaruto-filament-email-log/health.svg)

```
[![Health](https://phpackages.com/badges/zaruto-filament-email-log/health.svg)](https://phpackages.com/packages/zaruto-filament-email-log)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[ramnzys/filament-email-log

This package provides a Filament resource to view all Laravel outgoing emails.

5211.3k](/packages/ramnzys-filament-email-log)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

3098.1k](/packages/tapp-filament-google-autocomplete-field)

PHPackages © 2026

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