PHPackages                             knowfox/passwordless - 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. knowfox/passwordless

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

knowfox/passwordless
====================

Passwordless login.

0.4.0(8y ago)01781GPL v3Blade

Since May 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/knowfox/passwordless)[ Packagist](https://packagist.org/packages/knowfox/passwordless)[ RSS](/packages/knowfox-passwordless/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Passwordless Login for Laravel
==============================

[](#passwordless-login-for-laravel)

This module implements a Medium/Slack-inspired password-less login for Laravel sites. It is part of the [personal knowledge management system Knowfox](https://knowfox.com).

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

[](#installation)

- Require the module into your project by ```
    composer require knowfox/passwordless

    ```
- Install the service provider by adding the line ```
    Knowfox\Passwordless\ServiceProvider::class,

    ```

    ... in array `providers` in your `config/app.php`.
- Remove the line ```
    Auth::routes();

    ```

    ... from your `routes/web.php`
- Define a variable `MAIL_DOMAIN` in your `.env`.
- Be sure to set your `APP_NAME` to the name of your app.
- Fill in a working mail configuration, e.g. [through mailtrap.io](https://github.com/oschettler/knowfox/wiki/How-to-install-Knowfox-at-Uberspace)

Credits
-------

[](#credits)

The [approach follows a blog post by Matt Stauffer](https://tighten.co/blog/creating-a-password-less-medium-style-email-only-authentication-system-in-laravel).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

3186d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/knowfox-passwordless/health.svg)

```
[![Health](https://phpackages.com/badges/knowfox-passwordless/health.svg)](https://phpackages.com/packages/knowfox-passwordless)
```

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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