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 3w 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 41% 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

3234d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/124634?v=4)[Olav Schettler](/maintainers/oschettler)[@oschettler](https://github.com/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

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.3M18](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

10528.2M1.2k](/packages/illuminate-auth)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[althinect/filament-spatie-roles-permissions

3481.1M10](/packages/althinect-filament-spatie-roles-permissions)

PHPackages © 2026

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