PHPackages                             stylers/laravel-email-change - 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. stylers/laravel-email-change

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

stylers/laravel-email-change
============================

Model can change own email and verify it

0.2.0(2y ago)00MITPHP

Since Sep 19Pushed 2y ago6 watchersCompare

[ Source](https://github.com/stylers-llc/laravel-email-change)[ Packagist](https://packagist.org/packages/stylers/laravel-email-change)[ Docs](https://github.com/stylers-llc/laravel-email-change)[ RSS](/packages/stylers-laravel-email-change/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (9)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/4531cd282c3b429a5576c84e0851776753d812167300ecf3e9ee89ddf8d02fcf/68747470733a2f2f7472617669732d63692e6f72672f7374796c6572732d6c6c632f6c61726176656c2d656d61696c2d6368616e67652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/stylers-llc/laravel-email-change)

Laravel Email Change (non-released)
===================================

[](#laravel-email-change-non-released)

TODO
----

[](#todo)

- Release
- Publish on [Packagist](https://packagist.org/)

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1.3
- Laravel ~5.x
- stylers/laravel-email-verification

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

[](#installation)

```
composer require stylers/laravel-email-change
```

Publish the config of email verification package
------------------------------------------------

[](#publish-the-config-of-email-verification-package)

```
php artisan vendor:publish --provider="Stylers\EmailVerification\Frameworks\Laravel\ServiceProvider"
```

Run the migrations
------------------

[](#run-the-migrations)

```
php artisan migrate
```

Usage
-----

[](#usage)

### Set up the abstraction

[](#set-up-the-abstraction)

```
use Illuminate\Database\Eloquent\Model;
use Stylers\EmailVerification\NotifiableInterface;
use Illuminate\Notifications\Notifiable;
use Stylers\EmailVerification\EmailVerifiableInterface;
use Stylers\EmailVerification\Frameworks\Laravel\Models\Traits\EmailVerifiable;
use Stylers\EmailChange\Contracts\EmailChangeableInterface;
use Stylers\EmailChange\Models\Traits\EmailChangeable;

class User extends Model implements NotifiableInterface, EmailVerifiableInterface, EmailChangeableInterface
{
    use Notifiable;
    use EmailVerifiable;
    use EmailChangeable;
    ...

    public function getName(): string
    {
        return (string)$this->name;
    }
}
```

### Create change request

[](#create-change-request)

```
$emailChangeableUser = User::first();
$changeRequestInstance = $emailChangeableUser->createEmailChangeRequest($newEmail);
```

### Finish change request

[](#finish-change-request)

This package requires **Laravel Email Verification** package and the ChangeEmail listener handle it's VerificationSuccess event. If you want to finish change request, you have to implement email-verification route. Read more:

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~1934 days

Total

2

Last Release

911d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29388728?v=4)[Stylers DevOps](/maintainers/stylers)[@stylers](https://github.com/stylers)

---

Top Contributors

[![rameecam](https://avatars.githubusercontent.com/u/1952172?v=4)](https://github.com/rameecam "rameecam (10 commits)")[![t1k3](https://avatars.githubusercontent.com/u/8018130?v=4)](https://github.com/t1k3 "t1k3 (1 commits)")

---

Tags

laravelemailchangestylers

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/stylers-laravel-email-change/health.svg)

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

###  Alternatives

[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M617](/packages/laravel-scout)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M132](/packages/laravel-pulse)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)

PHPackages © 2026

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