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 1mo ago

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 27% 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

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cad42d9ca0bf1809322513c970fb7b876b6196a30a7bd56a7f8ade59d74c265?d=identicon)[phurni](/maintainers/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

[tymon/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

11.5k49.1M348](/packages/tymon-jwt-auth)[lab404/laravel-impersonate

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

2.3k16.4M48](/packages/lab404-laravel-impersonate)[php-open-source-saver/jwt-auth

JSON Web Token Authentication for Laravel and Lumen

8359.8M53](/packages/php-open-source-saver-jwt-auth)[mpyw/null-auth

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

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

A Simple Laravel Package for handling multiple authentication

5030.7k](/packages/sarav-laravel-multiauth)[rickycezar/laravel-jwt-impersonate

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

24117.6k](/packages/rickycezar-laravel-jwt-impersonate)

PHPackages © 2026

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