PHPackages                             cesg/cache-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. [Database &amp; ORM](/categories/database)
4. /
5. cesg/cache-user-provider

ActiveLibrary[Database &amp; ORM](/categories/database)

cesg/cache-user-provider
========================

eloquent user provider

v0.4.0(3y ago)01.5kMITPHPPHP ^7.4|^8.0|^8.1CI failing

Since Jan 26Pushed 3y ago2 watchersCompare

[ Source](https://github.com/cesg/cache-user-provider)[ Packagist](https://packagist.org/packages/cesg/cache-user-provider)[ RSS](/packages/cesg-cache-user-provider/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (6)Versions (6)Used By (0)

cache-user-provider
===================

[](#cache-user-provider)

Laravel cache user provider

Install
=======

[](#install)

```
composer require cesg/cache-user-provider
```

Configure
=========

[](#configure)

Configure the cache user provider.

auth.php

```
'users' => [
    'driver' => 'cache',
    'model' => App\User::class,
    'use' => 'eloquent',
    'prefix' => 'auth',
    'ttl' => env('SESSION_LIFETIME', 120)
],
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~273 days

Total

5

Last Release

1256d ago

PHP version history (4 changes)v0.1.0PHP ^7.2

v0.2.0PHP ^7.3

v0.3.0PHP ^7.4|^8.0

v0.4.0PHP ^7.4|^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/bc7b0f295d45cfc290ee707077214196c93ef640088c89331bbd2204766dc27e?d=identicon)[cesg](/maintainers/cesg)

---

Top Contributors

[![cesg](https://avatars.githubusercontent.com/u/896275?v=4)](https://github.com/cesg "cesg (8 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/cesg-cache-user-provider/health.svg)

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

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725173.0k14](/packages/tallstackui-tallstackui)

PHPackages © 2026

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