Download the PHP package grazulex/laravel-oneclicklogin without Composer

On this page you can find all versions of the php package grazulex/laravel-oneclicklogin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-oneclicklogin

Laravel OneClickLogin

Laravel OneClickLogin **Passwordless authentication via magic links for Laravel applications - secure, single-use, time-limited URLs for seamless user login.** *A powerful Laravel package for creating passwordless authentication with comprehensive security features and audit trails.* [![Latest Version](https://img.shields.io/packagist/v/grazulex/laravel-oneclicklogin.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-oneclicklogin) [![Total Downloads](https://img.shields.io/packagist/dt/grazulex/laravel-oneclicklogin.svg?style=flat-square)](https://packagist.org/packages/grazulex/laravel-oneclicklogin) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/Grazulex/laravel-oneclicklogin/blob/main/LICENSE.md) [![PHP Version](https://img.shields.io/badge/php-8.3%2B-blue.svg?style=flat-square)](https://php.net/) [![Laravel Version](https://img.shields.io/badge/laravel-11.0%2B%20%7C%2012.0%2B-red.svg?style=flat-square)](https://laravel.com/) [![Tests](https://img.shields.io/github/actions/workflow/status/grazulex/laravel-oneclicklogin/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/grazulex/laravel-oneclicklogin/actions) [![Code Style](https://img.shields.io/badge/code%20style-pint-orange.svg?style=flat-square)](https://github.com/laravel/pint)

๐Ÿš€ Overview

Laravel OneClickLogin is a comprehensive package for implementing passwordless authentication in your Laravel applications. Perfect for creating secure, time-limited magic links that provide seamless user login without passwords, with complete audit trails and advanced security features.

โœจ Key Features

๐Ÿ“ฆ Installation

Install the package via Composer:

Publish and run the migrations:

Optionally, publish the configuration file:

๐Ÿ’ก Auto-Discovery: The service provider will be automatically registered thanks to Laravel's package auto-discovery.

โšก Quick Start

๐Ÿ“– Need more examples? Check out our Examples Gallery for e-commerce, SPA, and multi-tenant scenarios.

๐Ÿš€ Basic Usage

๐Ÿ“ง Email Magic Links

๐Ÿ“ฑ SMS Magic Links

๐ŸŽญ MultiPersona Integration

๐Ÿ”ฅ Advanced Security Features

๐Ÿ”ง Requirements

โ€ข PHP 8.3+ โ€ข Laravel 11.0+ | 12.0+

๐Ÿ“‹ Compatibility Matrix: See our Installation Guide for detailed Laravel/PHP compatibility.

๐Ÿ“š Complete Documentation

For comprehensive documentation, examples, and advanced usage guides, visit our Wiki:

๐Ÿ“– ๐Ÿ‘‰ Laravel OneClickLogin Wiki

The wiki includes:

๐ŸŽจ Artisan Commands

Laravel OneClickLogin includes powerful CLI commands for managing your magic links:

๐Ÿ”ง Configuration

The package comes with sensible defaults, but you can customize everything:

๐Ÿ”ง Troubleshooting

Common Issue: API vs CLI Discrepancy

If OneClickLogin::for()->generate() fails but CLI commands work, this is typically an environment setup issue, not a package bug:

For testing, always use RefreshDatabase:

๐Ÿ‘‰ Full troubleshooting guide: Wiki Troubleshooting

๐Ÿงช Testing

๐Ÿค Contributing

Please see the Contributing Guide for details.

๐Ÿ”’ Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

๐Ÿ“ Changelog

Please see the Changelog for more information on what has changed recently.

๐Ÿ“„ License

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

๐Ÿ‘ฅ Credits

โ€ข Jean-Marc Strauven โ€ข All Contributors

๐Ÿ’ฌ Support

โ€ข ๐Ÿ› Report Issues โ€ข ๐Ÿ’ฌ Discussions โ€ข ๐Ÿ“– Documentation


Laravel OneClickLogin - Passwordless authentication for Laravel applications with comprehensive security features and audit trails.


All versions of laravel-oneclicklogin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/support Version ^11.0|^12.0
nesbot/carbon Version ^3.10
symfony/yaml Version ^7.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package grazulex/laravel-oneclicklogin contains the following files

Loading the files please wait ...