PHPackages                             edvinaskrucas/laravel-user-email-verification - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. edvinaskrucas/laravel-user-email-verification

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

edvinaskrucas/laravel-user-email-verification
=============================================

Laravel Package for easier user email verification.

1.0.0(10y ago)608.6k12[2 issues](https://github.com/edvinaskrucas/laravel-user-email-verification/issues)[2 PRs](https://github.com/edvinaskrucas/laravel-user-email-verification/pulls)MITPHPPHP ^5.5|^7.0

Since Apr 7Pushed 8y ago5 watchersCompare

[ Source](https://github.com/edvinaskrucas/laravel-user-email-verification)[ Packagist](https://packagist.org/packages/edvinaskrucas/laravel-user-email-verification)[ RSS](/packages/edvinaskrucas-laravel-user-email-verification/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (9)Versions (6)Used By (0)

User email verification for Laravel 5
=====================================

[](#user-email-verification-for-laravel-5)

[![Build Status](https://camo.githubusercontent.com/c4b39ecbc878491c4526c2c9d9cb81bccad80c77350a3ddb64f0bd83d5e07b86/68747470733a2f2f7472617669732d63692e6f72672f656476696e61736b72756361732f6c61726176656c2d757365722d656d61696c2d766572696669636174696f6e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/edvinaskrucas/laravel-user-email-verification)

---

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

[](#installation)

Require this package in your composer.json by typing in your console:

```
composer require edvinaskrucas/laravel-user-email-verification

```

### Registering to use it with laravel

[](#registering-to-use-it-with-laravel)

Add following lines to `app/config/app.php`

ServiceProvider array

```
Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider::class,
```

### Publishing config file

[](#publishing-config-file)

If you want to edit default config file, just publish it to your app folder.

```
php artisan vendor:publish --provider="Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider" --tag="config"

```

### Publishing translations

[](#publishing-translations)

In order to customise translations you need to publish it.

```
php artisan vendor:publish --provider="Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider" --tag="translations"

```

### Publishing views

[](#publishing-views)

Package comes with default views, if you want to edit them, just publish it.

```
php artisan vendor:publish --provider="Krucas\LaravelUserEmailVerification\UserEmailVerificationServiceProvider" --tag="views"

```

Usage
-----

[](#usage)

### Configuration

[](#configuration)

Package comes with several configuration options.

SettingDescription`default`Default broker driver.`verify`MUST or MUST NOT user validate his account before login.`repositories`Config of all repositories which can be used.`brokers`Config of all brokers which can be used.### Install default controller, routes and migrations

[](#install-default-controller-routes-and-migrations)

```
php artisan verification:make

```

Command above will add default `VerifyController` to `app/Http/Controllers/Auth/VerifyController.php` which will provide default verification behaviour.

Also routes will be modified, it will add default routes for verification controller.

Migrations will add extra columns to `users` table to identify if user is verified or not, also token table will be added to store verification tokens.

After running command you have to install new migrations, this can be done with this command:

```
php artisan migrate

```

After all these steps you need to adjust default auth controller provided by Laravel, these adjustments will enable authentication controller to send verification email and will not allow non-verified users to login.

### Clear expired tokens

[](#clear-expired-tokens)

Package comes with useful command to clear expired tokens, just replace `{broker}` with your broker name.

```
php artisan verification:clear-tokens {broker}

```

---

More info can be found here:

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~1 days

Total

4

Last Release

3775d ago

Major Versions

0.0.3 → 1.0.02016-04-14

### Community

Maintainers

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

---

Top Contributors

[![edvinaskrucas](https://avatars.githubusercontent.com/u/2177571?v=4)](https://github.com/edvinaskrucas "edvinaskrucas (17 commits)")

---

Tags

laravelemail-verificationuser verificationuser email verification

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/edvinaskrucas-laravel-user-email-verification/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M307](/packages/laravel-ai)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[illuminate/queue

The Illuminate Queue package.

20433.0M1.8k](/packages/illuminate-queue)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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