PHPackages                             deveyepax/email-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. deveyepax/email-log

ActiveLibrary

deveyepax/email-log
===================

This package for log email details

08PHP

Since Aug 30Pushed 8y agoCompare

[ Source](https://github.com/apolloeyepax/EmailLog)[ Packagist](https://packagist.org/packages/deveyepax/email-log)[ RSS](/packages/deveyepax-email-log/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Email Helper/Logger
===========================

[](#laravel-email-helperlogger)

This is a laravel version 5.4 implementation of a Helper class to send e-mails. This implementation reuses a Mailable object to send mails.

Getting Started
---------------

[](#getting-started)

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

[](#prerequisites)

A project setup using Laravel 5.4v or higher.

### Installing

[](#installing)

#### Run the command :

[](#run-the-command-)

```
composer require deveyepax/email-log dev-master

```

Add: 'providers' =&gt; \[ DevEyepax\\EmailLog\\EmailLogServiceProvider::class, \] in config/app

run:

```
composer dump-autoload

```

```
php artisan vendor:push

```

```
php artisan migrate

```

After that you can use MailHelper inside controllers.. etc.

```
public function send(Request $request, MailHelper $helper){
        $helper->sendMail('123@gma.com', [], [], '', ['content' => "awesome", 'title' => 'test'], 'emails.send', '');
    }

```

Example
-------

[](#example)

```
MailHelper $helper;
$helper->sendMail($email-address, $cc, $bcc, $subject, $body, $template, $attachment-location);

```

ParameterTypeDescription$email-addressStringto whom e-mail is sent$ccarrayList of receivers$bccarrayList of receivers$subjectStringSubject of the mail$bodyarraypassed to the body$templateStringtemplate file$attachment-locationStringfile path to attachmentAuthors
-------

[](#authors)

- **Buwaneka Kalansuriya**

See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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.

### Community

Maintainers

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

---

Top Contributors

[![apolloeyepax](https://avatars.githubusercontent.com/u/20983042?v=4)](https://github.com/apolloeyepax "apolloeyepax (12 commits)")[![eyepaxbuwaneka](https://avatars.githubusercontent.com/u/31123842?v=4)](https://github.com/eyepaxbuwaneka "eyepaxbuwaneka (1 commits)")

### Embed Badge

![Health badge](/badges/deveyepax-email-log/health.svg)

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

PHPackages © 2026

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