PHPackages                             mortimer/sieved-eloquent-user-provider - 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. mortimer/sieved-eloquent-user-provider

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

mortimer/sieved-eloquent-user-provider
======================================

Laravel package providing a `UserProvider` to be used in development that allows to authenticate without entering the password as any user (already in the DB)

v1.0.0(6y ago)02MITPHP

Since Mar 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/phurni/mortimer-sieved-eloquent-user-provider)[ Packagist](https://packagist.org/packages/mortimer/sieved-eloquent-user-provider)[ RSS](/packages/mortimer-sieved-eloquent-user-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

SievedEloquentUserProvider
==========================

[](#sievedeloquentuserprovider)

Laravel package providing a `UserProvider` to be used in development that allows to authenticate without entering the password as any user (already in the DB).

Copyright (C) 2020 Pascal Hurni &lt;&gt;

Licensed under the [MIT License](http://opensource.org/licenses/MIT).

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

[](#installation)

Add the package to your composer file:

```
composer require mortimer/sieved-eloquent-user-provider

```

Then add the service provider in `config/app.php`:

```
    'providers' => [
        ...
        Mortimer\SievedEloquent\ServiceProvider::class,
        ...
    ],
```

Configuration
-------------

[](#configuration)

If you aldready have the `eloquent` user provider for your authentication (see file `config/auth.php`), then modify it with something like that:

```
    'providers' => [
        'users' => [
            'driver' => env('AUTH_USERS_PROVIDER_DRIVER', 'eloquent'),    //  App\User::class,
        ],

        // 'users' => [
        //     'driver' => 'database',
        //     'table' => 'users',
        // ],
    ],
```

This will fetch the provider from the `.env` file and will default to the previous value `eloquent`.

Then in your development `.env` add this line

```
AUTH_USERS_PROVIDER_DRIVER = sieved_eloquent

```

Now at your regular login screen, enter a *valid* username and **any** password it you'll get logged.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

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

Unknown

Total

1

Last Release

2306d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/95982?v=4)[Pascal Hurni](/maintainers/phurni)[@phurni](https://github.com/phurni)

---

Top Contributors

[![phurni](https://avatars.githubusercontent.com/u/95982?v=4)](https://github.com/phurni "phurni (6 commits)")

---

Tags

laravelauthuserDummy

### Embed Badge

![Health badge](/badges/mortimer-sieved-eloquent-user-provider/health.svg)

```
[![Health](https://phpackages.com/badges/mortimer-sieved-eloquent-user-provider/health.svg)](https://phpackages.com/packages/mortimer-sieved-eloquent-user-provider)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k18.6M62](/packages/lab404-laravel-impersonate)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

84611.1M63](/packages/php-open-source-saver-jwt-auth)[cesargb/laravel-magiclink

Create secure link for access to private data or login in Laravel without password

4641.5M](/packages/cesargb-laravel-magiclink)[mpyw/null-auth

Null Guard for Laravel. Designed for Middleware-based authentication and testing.

18114.1k](/packages/mpyw-null-auth)[sarav/laravel-multiauth

A Simple Laravel Package for handling multiple authentication

5530.9k](/packages/sarav-laravel-multiauth)

PHPackages © 2026

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