PHPackages                             vikramsra/laravel-email-database-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. vikramsra/laravel-email-database-log

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

vikramsra/laravel-email-database-log
====================================

A simple database logger for all outgoing emails sent by Laravel website.

074PHP

Since Jul 23Pushed 1y agoCompare

[ Source](https://github.com/vikramsra/laravel-email-database-log)[ Packagist](https://packagist.org/packages/vikramsra/laravel-email-database-log)[ RSS](/packages/vikramsra-laravel-email-database-log/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Email Database Log
==========================

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

A simple database logger for all outgoing emails sent by Laravel website. Thanks to Shvets Group for this wonderful extension

Installation
============

[](#installation)

Step 1: Composer
----------------

[](#step-1-composer)

Laravel Email Database Log can be installed via [composer](http://getcomposer.org) by running this line in terminal:

```
composer require vikramsra/laravel-email-database-log
```

Step 2: Configuration
---------------------

[](#step-2-configuration)

You can skip this step if your version of Laravel is 5.5 or above. Otherwise, you have to add the following to your config/app.php in the providers array:

```
'providers' => [
    // ...
    vikramsra\LaravelEmailDatabaseLog\LaravelEmailDatabaseLogServiceProvider::class,
],
```

Step 3: Migration
-----------------

[](#step-3-migration)

Publish migration files:

```
php artisan vendor:publish --tag=laravel-email-database-log-migration
```

Now, run this in terminal:

```
php artisan migrate
```

Usage
=====

[](#usage)

After installation, any email sent by your website will be logged to `email_log` table in the site's database.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

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

---

Top Contributors

[![neochief](https://avatars.githubusercontent.com/u/121889?v=4)](https://github.com/neochief "neochief (21 commits)")[![vikramsra](https://avatars.githubusercontent.com/u/1715752?v=4)](https://github.com/vikramsra "vikramsra (10 commits)")[![spaantje](https://avatars.githubusercontent.com/u/477362?v=4)](https://github.com/spaantje "spaantje (8 commits)")[![vahidalvandi](https://avatars.githubusercontent.com/u/7871623?v=4)](https://github.com/vahidalvandi "vahidalvandi (3 commits)")[![juniorb2ss](https://avatars.githubusercontent.com/u/3980385?v=4)](https://github.com/juniorb2ss "juniorb2ss (3 commits)")[![robbielove](https://avatars.githubusercontent.com/u/13571547?v=4)](https://github.com/robbielove "robbielove (1 commits)")[![hapheus](https://avatars.githubusercontent.com/u/837072?v=4)](https://github.com/hapheus "hapheus (1 commits)")[![bitrevo](https://avatars.githubusercontent.com/u/1067833?v=4)](https://github.com/bitrevo "bitrevo (1 commits)")[![jeremykenedy](https://avatars.githubusercontent.com/u/6244570?v=4)](https://github.com/jeremykenedy "jeremykenedy (1 commits)")[![d-lamers](https://avatars.githubusercontent.com/u/3164508?v=4)](https://github.com/d-lamers "d-lamers (1 commits)")

### Embed Badge

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

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B10.9k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1938.5M261](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2326.5M315](/packages/open-telemetry-sdk)[illuminated/console-logger

Logging and Notifications for Laravel Console Commands.

8676.7k](/packages/illuminated-console-logger)

PHPackages © 2026

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