PHPackages                             michielgerritsen/laravel-nova-email-on-event - 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. michielgerritsen/laravel-nova-email-on-event

AbandonedArchivedLibrary

michielgerritsen/laravel-nova-email-on-event
============================================

Allow users to send emails when an event occurs.

v0.5.0(6y ago)234811[3 issues](https://github.com/michielgerritsen/laravel-nova-email-on-event/issues)MITPHPPHP &gt;=7.1.0

Since Jul 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/michielgerritsen/laravel-nova-email-on-event)[ Packagist](https://packagist.org/packages/michielgerritsen/laravel-nova-email-on-event)[ RSS](/packages/michielgerritsen-laravel-nova-email-on-event/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

E-mail on event [![Build Status](https://camo.githubusercontent.com/995bca3030f244b14c014fbe9294d824ff03e5412c481944a292149feab409e6/68747470733a2f2f7472617669732d63692e6f72672f6d69636869656c67657272697473656e2f6c61726176656c2d6e6f76612d6d61696c2d6f6e2d6576656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/michielgerritsen/laravel-nova-mail-on-event)
================================================================================================================================================================================================================================================================================================================================================================================

[](#e-mail-on-event-)

This tool allows you to send e-mails from your Laravel Nova dashboard when an event happens in your application. This ensures that you can quickly respond to the needs of your business.

[![Creation example](../images/create-example.png?raw=true)](../images/create-example.png?raw=true)

What is an event?
-----------------

[](#what-is-an-event)

An event can be just about anything:

- A user just registered.
- The user switched plans.
- You get an API request.
- etc.

Laravel allows you to create event easily. Just run:

```
php artisan make:event MyCustomEvent

```

This will create a new class in `app/events`. Now you can throw the event:

```
event(new MyCustomEvent($user));

```

What events are included?
-------------------------

[](#what-events-are-included)

Only the events listed under `app_path('Events');`/`app/Events`. Need support for other events too? Create a pull request to add it.

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

[](#installation)

Installing is simple. Just use Composer:

```
composer require michielgerritsen/laravel-nova-email-on-event

```

Can i use variables in my e-mails?
----------------------------------

[](#can-i-use-variables-in-my-e-mails)

Yes, you can. You can use all variables that are public available on the event. You can use them like this:

```
Hello {$user->name},

Order #{$order->id} just shipped to:

{$order->shipment->address}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Every ~53 days

Recently: every ~60 days

Total

6

Last Release

2218d ago

### Community

Maintainers

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

---

Top Contributors

[![michielgerritsen](https://avatars.githubusercontent.com/u/5858697?v=4)](https://github.com/michielgerritsen "michielgerritsen (9 commits)")

---

Tags

laravelnova

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/michielgerritsen-laravel-nova-email-on-event/health.svg)

```
[![Health](https://phpackages.com/badges/michielgerritsen-laravel-nova-email-on-event/health.svg)](https://phpackages.com/packages/michielgerritsen-laravel-nova-email-on-event)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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