humweb/passwordless

This is my package passwordless
5,513
Install
composer require humweb/passwordless
PHP:^8.1
License:MIT
Last Updated:Aug 20, 2026
Links: GitHub  ·  Packagist
Maintainer: ryun

This is my package passwordless

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require humweb/passwordless

You can publish and run the migrations with:

php artisan vendor:publish --tag="passwordless-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="passwordless-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="passwordless-views"

Usage

$passwordless = new Humweb\Passwordless();
echo $passwordless->echoPhrase('Hello, Humweb!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

humweb/inertia-table

Inertia.js table component with sorting, filtering, searching, and multi-table s...

4,632 3
nextmigrant/magic-link-login

A scaffolding package for Magic Link Authentication in Laravel Filament applicat...

4 0
humweb/laravel-widgets

Laravel Widgets package

22,904 0
spykapps/filament-passwordless-login

A highly customizable Filament 4 plugin for passwordless magic link authenticati...

3,451 8
laravel/passkeys

Passwordless authentication using WebAuthn/passkeys for Laravel

11,869,893 110