PHPackages                             zek/laravel-email-broker - 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. zek/laravel-email-broker

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

zek/laravel-email-broker
========================

Simple email broker to change email address with confirmation.

0281[3 PRs](https://github.com/zek/laravel-email-broker/pulls)PHP

Since May 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/zek/laravel-email-broker)[ Packagist](https://packagist.org/packages/zek/laravel-email-broker)[ RSS](/packages/zek-laravel-email-broker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Simple Laravel Email Broker.
============================

[](#simple-laravel-email-broker)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bd8c1ce43f8f2c1e4ecb0e059e373144ec5560f97732808daddcf382dfc13e38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a656b2f6c61726176656c2d656d61696c2d62726f6b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zek/laravel-email-broker)[![GitHub Tests Action Status](https://camo.githubusercontent.com/3d5d51248dad18a0c54fb7e67807b77a9446db86c6d6a94d49cdae26c9d090b5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a656b2f6c61726176656c2d656d61696c2d62726f6b65722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/zek/laravel-email-broker/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6a918d88537d66f0d5d9015d02bf70d8000acc95d7f66bf7bd7b83b149a0853f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7a656b2f6c61726176656c2d656d61696c2d62726f6b65722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/zek/laravel-email-broker/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/172abb50a49b7757542d5689d8481fe050c8a3bf4035f8fdd4b410f834d30052/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7a656b2f6c61726176656c2d656d61696c2d62726f6b65722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/zek/laravel-email-broker)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require zek/laravel-email-broker
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="email-broker-migrations"
php artisan migrate
```

Update contents of auth.php:

```
return [
    'defaults' => [
        'guard' => 'web',
        'emails' => 'users', //  [
        'users' => [
            'model' => App\Models\User::class,
            'table' => 'email_changes',
            'expire' => 60, // 60 minutes
            'length' => 6, // Generated token length
        ]
    ],
];
```

Usage
-----

[](#usage)

```
$EmailBroker = new Zek\EmailBroker();
echo $EmailBroker->echoPhrase('Hello, Zek!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Talha Zekeriya Durmuş](https://github.com/zek)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 Bus Factor1

Top contributor holds 52.4% 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/dda6725cfe14224ead56681ff10c2e0f46efccdfc1b484b815dd8b84a263e1c1?d=identicon)[drtzack](/maintainers/drtzack)

---

Top Contributors

[![zek](https://avatars.githubusercontent.com/u/3463291?v=4)](https://github.com/zek "zek (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

### Embed Badge

![Health badge](/badges/zek-laravel-email-broker/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M227](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)

PHPackages © 2026

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