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.0.0(8mo ago)0259MITPHPPHP &gt;=8.0.2

Since Jul 20Pushed 7mo 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 1mo ago

READMEChangelogDependencies (4)Versions (4)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

37

—

LowBetter than 83% of packages

Maintenance62

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

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

[larastan/larastan

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

6.4k43.5M5.2k](/packages/larastan-larastan)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[laravel/pennant

A simple, lightweight library for managing feature flags.

57311.1M53](/packages/laravel-pennant)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)

PHPackages © 2026

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