PHPackages                             amgrade/laravel-heimdall - 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. [Admin Panels](/categories/admin)
4. /
5. amgrade/laravel-heimdall

ActiveLibrary[Admin Panels](/categories/admin)

amgrade/laravel-heimdall
========================

v2.1.0(today)0390MITPHPPHP &gt;=8.0.2

Since Jul 20Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/AMgrade/laravel-heimdall)[ Packagist](https://packagist.org/packages/amgrade/laravel-heimdall)[ RSS](/packages/amgrade-laravel-heimdall/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (8)Versions (5)Used By (0)

Laravel Heimdall
================

[](#laravel-heimdall)

About Laravel Heimdall
----------------------

[](#about-laravel-heimdall)

Laravel Heimdall is a package that allows you to specify a list of exact emails, email domains, and regular expressions for prohibiting emails.

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

[](#installation)

```
composer require amgrade/laravel-heimdall
```

Configuration
-------------

[](#configuration)

This package supports the discovery configuration of the service provider. If you prefer manual installation, then add to `config/app.php` in the `providers` section the next line:

```
'providers' => [
    AMgrade\Heimdall\ServiceProvider::class,
],
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="\AMgrade\Heimdall\ServiceProvider"
```

Then open the `config/heimdall.php` and configure a list of emails, regular expressions, or domains against which the email will be checked.

Usage
-----

[](#usage)

You have two options to use this package: observer or/and a validation rule.

Observer prevents the creating/updating of enumerated models in `heimdall.php` config file.

If you want to use the validation rule, just add `heimdall` validation rule to the field which should be validated, for example `'email' => ['heimdall']`.

Available options in a `heimdall` validation rule: `full`, `domain`, `regexp`, and `all` - a combination of these three rules.

Validation rule usage: `heimdall:domain`, `heimdall:domain,regexp`.

If no rule type is added, will be applied `all` rule type. For example: `heimdall`, `heimdall:`.

###  Health Score

40

↑

FairBetter than 86% of packages

Maintenance75

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

4

Last Release

0d ago

Major Versions

v1.0.1 → v2.0.02025-09-12

### Community

Maintainers

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

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

---

Top Contributors

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

---

Tags

laravel-package

### Embed Badge

![Health badge](/badges/amgrade-laravel-heimdall/health.svg)

```
[![Health](https://phpackages.com/badges/amgrade-laravel-heimdall/health.svg)](https://phpackages.com/packages/amgrade-laravel-heimdall)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

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

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[api-platform/laravel

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)[illuminate/queue

The Illuminate Queue package.

21332.6M1.6k](/packages/illuminate-queue)[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.4k](/packages/larastan-larastan)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)

PHPackages © 2026

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