PHPackages                             bushart/emaillog - 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. bushart/emaillog

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

bushart/emaillog
================

A simple modified email log to database

1.0(2y ago)15MITPHP

Since May 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/busharthussain/email-log-to-database)[ Packagist](https://packagist.org/packages/bushart/emaillog)[ RSS](/packages/bushart-emaillog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel Email Database Log
--------------------------

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

The Laravel Email Database Log package is a convenient way to log outgoing emails in your Laravel application to a database. Instead of relying solely on email service providers' logs or writing custom logging code for each email, this package provides a simple and consistent way to store email data directly in your application's database.

### Installation

[](#installation)

You can install the Laravel Email Database Log package via Composer by running the following command:

```
composer require bushart/emaillog

```

After installation, publish the package configuration file using the vendor:publish Artisan command:

```
php artisan vendor:publish --tag=migrations

```

### Usage

[](#usage)

Once the package is installed and configured, outgoing emails sent using Laravel's Mail functionality will be automatically logged to the specified database table. The package provides an event listener that captures the email data and stores it in the database.

To view the logged emails, you can query the database table directly or create a dedicated interface within your application to retrieve and display the email log entries.

### Support

[](#support)

If you encounter any issues with this package, please open an issue on the GitHub repository or contact us at .

I hope this example description helps you write your own README file! Let me know if you have any other questions.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

1086d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c8f197be03f87ca7ebfb567da963b7310d8cf259148758fac79345b24a567f1?d=identicon)[busharthussain](/maintainers/busharthussain)

---

Top Contributors

[![busharthussain](https://avatars.githubusercontent.com/u/12028370?v=4)](https://github.com/busharthussain "busharthussain (1 commits)")

### Embed Badge

![Health badge](/badges/bushart-emaillog/health.svg)

```
[![Health](https://phpackages.com/badges/bushart-emaillog/health.svg)](https://phpackages.com/packages/bushart-emaillog)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M545](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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