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

ActiveLibrary

waqar/emaillog
==============

A simple modified email log to database

1.0(2y ago)02MITPHP

Since May 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/WaqarHussainKhalid/email-log-to-database)[ Packagist](https://packagist.org/packages/waqar/emaillog)[ RSS](/packages/waqar-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 waqar/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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

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

1090d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04b5f5b3815b9dd159be6a09489fd518d1b500eb8c4c250795105b2965da4222?d=identicon)[WaqarHussainKhalid](/maintainers/WaqarHussainKhalid)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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