Neuron-PHP

EmailVerifiedEvent
in package
implements IEvent

Event fired when a user successfully verifies their email address.

This event is triggered when a user clicks the verification link in their email and their email address is confirmed.

Use cases:

  • Send welcome email after verification
  • Trigger onboarding workflows
  • Grant additional permissions or access
  • Track email verification rates and timing
  • Enable email notifications for the user
  • Update user status and analytics

Table of Contents

Interfaces

IEvent
Core event interface for the Neuron event system.

Properties

$user  : User

Methods

__construct()  : mixed
getName()  : string

Properties

Methods


        
On this page

Search results