PHPackages                             juniorb2ss/laravel-email-logger - 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. [Database &amp; ORM](/categories/database)
4. /
5. juniorb2ss/laravel-email-logger

ActivePackage[Database &amp; ORM](/categories/database)

juniorb2ss/laravel-email-logger
===============================

Possible to armazenate all emails send by application in Redis, Database, Elasticsearch or push to SNS.

v2.0.0(8y ago)54472MITPHPPHP &gt;=5.5.0CI failing

Since Sep 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/juniorb2ss/laravel-email-logger)[ Packagist](https://packagist.org/packages/juniorb2ss/laravel-email-logger)[ RSS](/packages/juniorb2ss-laravel-email-logger/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (7)Versions (3)Used By (0)

Laravel Email Logger
====================

[](#laravel-email-logger)

Possible to armazenate all emails send by application in Redis, Eloquent or Elasticsearch.

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

[](#installation)

Laravel Email Logger can be installed via [composer](http://getcomposer.org) by requiring the `juniorb2ss/laravel-email-logger` package in your project's `composer.json`.

```
{
    "require": {
        "juniorb2ss/laravel-email-logger": "v1.*"
    }
}
```

Next add the service provider and the alias to `app/config/app`.

```
'providers' => [
    // ...
    juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider::class,
],
```

Now, run this in terminal:

```
php artisan vendor:publish --provider="juniorb2ss\LaravelEmailLogger\Providers\LaravelEmailLoggerServiceProvider"
php artisan migrate
```

Configurations
--------------

[](#configurations)

Edit `app/emaillogger.php`

To-do
-----

[](#to-do)

- Implementation Redis and Elasticsearch
- Implementation Tests

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Every ~564 days

Total

2

Last Release

2955d ago

Major Versions

v1.0.1 → v2.0.02018-04-09

### Community

Maintainers

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

---

Top Contributors

[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (27 commits)")

---

Tags

loglaravelemaileloquent

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/juniorb2ss-laravel-email-logger/health.svg)

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

###  Alternatives

[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[reedware/laravel-relation-joins

Adds the ability to join on a relationship by name.

2121.2M13](/packages/reedware-laravel-relation-joins)[panoscape/history

Eloquent model history tracking for Laravel

162130.3k](/packages/panoscape-history)[altek/accountant

The auditing &amp; accountability package for Laravel's Eloquent ORM.

92954.3k4](/packages/altek-accountant)

PHPackages © 2026

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