PHPackages                             djokicpn/laravel-email-audit-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. djokicpn/laravel-email-audit-log

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

djokicpn/laravel-email-audit-log
================================

This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email\_audit\_log table

v1.0.8(1y ago)2873.4k—5.1%5[2 issues](https://github.com/djokicpn/laravel-email-audit-log/issues)MITPHP

Since Feb 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/djokicpn/laravel-email-audit-log)[ Packagist](https://packagist.org/packages/djokicpn/laravel-email-audit-log)[ Patreon](https://www.patreon.com/Djokicpn)[ RSS](/packages/djokicpn-laravel-email-audit-log/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)DependenciesVersions (10)Used By (0)

[![Latest Version](https://camo.githubusercontent.com/c786c4a85181eb7efe0bc590e89bff91b333a84a148aead8767cd02704068663/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f646a6f6b6963706e2f6c61726176656c2d656d61696c2d61756469742d6c6f67)](https://github.com/djokicpn/laravel-email-audit-log/releases)[![Issues](https://camo.githubusercontent.com/10723f7d30cec23d97782cc60f5d500e90995ed2cafc75ae8b18f29eafde5ddb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f646a6f6b6963706e2f6c61726176656c2d656d61696c2d61756469742d6c6f67)](https://github.com/djokicpn/laravel-email-audit-log/issues)[![Stars](https://camo.githubusercontent.com/d67aa2086d56a56ed165fd402866b528305e10cf986c498e1bf053f01f72c324/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f646a6f6b6963706e2f6c61726176656c2d656d61696c2d61756469742d6c6f67)](https://camo.githubusercontent.com/d67aa2086d56a56ed165fd402866b528305e10cf986c498e1bf053f01f72c324/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f646a6f6b6963706e2f6c61726176656c2d656d61696c2d61756469742d6c6f67)

Laravel Email Audit Log
-----------------------

[](#laravel-email-audit-log)

This service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email\_audit\_log table.

Any feedback / enhancement request is more than welcome!

Help and docs
-------------

[](#help-and-docs)

We use GitHub issues only to discuss bugs and new features. For support please refer to:

- [Laravel Documentation](http://laravel.com)
- [Laravel Stack Overflow](http://stackoverflow.com/questions/tagged/laravel)
- [Author's Linkdin](https://www.linkedin.com/in/aleksandar-djokic-713339167)

Installing Laravel Audit Log
----------------------------

[](#installing-laravel-audit-log)

The recommended way to install Laravel Audit Log is through [Composer](https://getcomposer.org/).

```
composer require djokicpn/laravel-email-audit-log
```

Publishing migrations
---------------------

[](#publishing-migrations)

Lets publish package migrations

```
php artisan vendor:publish --tag=email-audit-log-migrations

```

Migrating database
------------------

[](#migrating-database)

```
php artisan migrate

```

Usage and reports
-----------------

[](#usage-and-reports)

There is already aliased eloquent model

```
use Djokicpn\LaravelEmailAuditLog\Models\EmailAudit;

EmailAudit::all(); //Will return collection of models
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community12

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.7% 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 ~105 days

Recently: every ~210 days

Total

9

Last Release

701d ago

### Community

Maintainers

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

---

Top Contributors

[![djokicpn](https://avatars.githubusercontent.com/u/16429683?v=4)](https://github.com/djokicpn "djokicpn (22 commits)")[![blessingdube](https://avatars.githubusercontent.com/u/24409039?v=4)](https://github.com/blessingdube "blessingdube (1 commits)")

### Embed Badge

![Health badge](/badges/djokicpn-laravel-email-audit-log/health.svg)

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

###  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)[ekino/newrelic-bundle

Integrate New Relic into Symfony2

28111.2M8](/packages/ekino-newrelic-bundle)

PHPackages © 2026

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