PHPackages                             veltisan/rapidlogin - 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. veltisan/rapidlogin

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

veltisan/rapidlogin
===================

A short description of what your package does

1.0.4(1mo ago)14211MITPHPPHP &gt;=8.2

Since Sep 2Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/veltisan/rapidlogin)[ Packagist](https://packagist.org/packages/veltisan/rapidlogin)[ RSS](/packages/veltisan-rapidlogin/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

rapidlogin
==========

[](#rapidlogin)

A Laravel package that enhances developer experience by adding one-click user switching buttons to the screen, streamlining authentication during local development.

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

[](#installation)

⚠️ This package is not to be used in production.

```
composer require --dev veltisan/rapidlogin

```

Basic configuration
-------------------

[](#basic-configuration)

Add the following to your `.env` file

```
#bare minimum enable rapidlogin and to show the buttons
RAPIDLOGIN_ENABLED=true

#to define the users that will be displayed in the buttons (see Users section below)
#the format is `id:name,id:name,...`
#RAPIDLOGIN_USERS="1:John Doe,1337:Jane Doe"

#set to false to hide the close button from the panel
#RAPIDLOGIN_SHOW_CLOSE_BUTTON=true

#change the route the user is redirected to after logging via the button. defaults to 'home'
#RAPIDLOGIN_HOME_ROUTE_NAME=home

#to define the routes on which the buttons are displayed
#examples: 'login', 'login*', ... defaults to '*' to match all routes. Separate multiple route names with a comma.
#RAPIDLOGIN_ROUTE_NAME_PATTERN='*'

#to add additional links to the rapidlogin panel, use the format `text:url,text:url,...`
#RAPIDLOGIN_LINKS="Docs:https://docs.example.com,Horizon:https://horizon.example.com"

```

### Users

[](#users)

By default, rapid login buttons for first 3 users from dabatase will be displayed. You can set the users in `.env` file, but if you want to set the users in a more clean format, publish the config (see below) and set the `users` value.

`key` is the user's `id` in database, and `value` is displayed in the button

```
'users' => [
    1 => 'admin',
    3 => 'manager',
    5 => 'customer',
],

```

### Additional links

[](#additional-links)

You can add optional additional links to the rapidlogin panel by adding them to the `.env` file. This is a quick way to add handy shortcuts to frequently used development tools and resources directly in the panel.

Publishing config and view
--------------------------

[](#publishing-config-and-view)

```
php artisan vendor:publish --tag=rapidlogin-config

```

This publishes a `blade view`, you are free to modify it to fit with your layout.

```
php artisan vendor:publish --tag=rapidlogin-views

```

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance88

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~141 days

Total

5

Last Release

59d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/174718378?v=4)[veltisan](/maintainers/veltisan)[@veltisan](https://github.com/veltisan)

---

Top Contributors

[![s4muel](https://avatars.githubusercontent.com/u/430949?v=4)](https://github.com/s4muel "s4muel (7 commits)")[![bodny](https://avatars.githubusercontent.com/u/10745008?v=4)](https://github.com/bodny "bodny (1 commits)")

### Embed Badge

![Health badge](/badges/veltisan-rapidlogin/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)[amocrm/amocrm-api-library

amoCRM API Client

182728.5k6](/packages/amocrm-amocrm-api-library)[vonage/jwt

A standalone package for creating JWTs for Vonage APIs

424.1M4](/packages/vonage-jwt)

PHPackages © 2026

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