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. edvinaskrucas/laravel-user-email-verification

ActiveLibrary

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

Laravel Package for easier user email verification.

1.0.0(10y ago)578.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 2mo 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 80% 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

3680d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3154.7k](/packages/toponepercent-baum)

PHPackages © 2026

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