PHPackages                             grim-reapper/laravel-advanced-email - 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. [Mail &amp; Notifications](/categories/mail)
4. /
5. grim-reapper/laravel-advanced-email

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

grim-reapper/laravel-advanced-email
===================================

An advanced email package for Laravel offering queuing, Blade/HTML templates, attachments, and dynamic configuration.

1.3.1(2mo ago)125MITPHPPHP ^8.1

Since May 21Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/grim-reapper/laravel-advanced-email)[ Packagist](https://packagist.org/packages/grim-reapper/laravel-advanced-email)[ RSS](/packages/grim-reapper-laravel-advanced-email/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (14)Versions (10)Used By (0)

Laravel Advanced Email
======================

[](#laravel-advanced-email)

A powerful package that enhances Laravel's email capabilities with advanced features for enterprise-level email management.

Features
--------

[](#features)

- **Template Management**: Database-driven email templates with versioning support
- **Advanced Scheduling**: Schedule one-time and recurring emails with conditions
- **Multi-Provider Support**: Automatic failover between multiple email providers
- **Email Tracking**: Track email opens and link clicks for analytics
- **Comprehensive Analytics**: Detailed reporting on email performance
- **Attachment Handling**: Multiple ways to attach files to emails

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

[](#installation)

```
composer require grim-reapper/laravel-advanced-email
```

Publish the configuration:

```
php artisan vendor:publish --provider="GrimReapper\AdvancedEmail\AdvancedEmailServiceProvider" --tag="config"
```

Run the migrations:

```
php artisan migrate
```

Basic Usage
-----------

[](#basic-usage)

```
use GrimReapper\AdvancedEmail\Facades\Email;

Email::to('recipient@example.com')
    ->subject('Welcome to Our Application')
    ->html('Welcome!Thank you for signing up.')
    ->send();
```

Documentation
-------------

[](#documentation)

For detailed documentation, please refer to the following guides:

- [Full Documentation](docs/documentation.md)
- [Installation Guide](docs/installation.md)
- [Configuration Guide](docs/configuration-guide.md)
- [Usage Guide](docs/usage-guide.md)
- [API Reference](docs/api-reference.md)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance83

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.7% 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 ~45 days

Recently: every ~76 days

Total

8

Last Release

87d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7252105628ffa6f064585370161626c7c72e68dd2e74ee66aa50d5894543c183?d=identicon)[webz2feel](/maintainers/webz2feel)

---

Top Contributors

[![grim-reapper](https://avatars.githubusercontent.com/u/7957389?v=4)](https://github.com/grim-reapper "grim-reapper (15 commits)")[![google-labs-jules[bot]](https://avatars.githubusercontent.com/in/842251?v=4)](https://github.com/google-labs-jules[bot] "google-labs-jules[bot] (11 commits)")

---

Tags

laravelmailemailqueueattachment

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/grim-reapper-laravel-advanced-email/health.svg)

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

###  Alternatives

[illuminate/notifications

The Illuminate Notifications package.

513.1M1.1k](/packages/illuminate-notifications)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M305](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)

PHPackages © 2026

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