PHPackages                             thinmy/cached-eloquent-user - 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. [Caching](/categories/caching)
4. /
5. thinmy/cached-eloquent-user

ActiveLibrary[Caching](/categories/caching)

thinmy/cached-eloquent-user
===========================

Caches authenticated user information to prevent laravel query on every request.

0.0.2(10y ago)62861MITPHP

Since Oct 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/thinmy/CachedEloquentUser)[ Packagist](https://packagist.org/packages/thinmy/cached-eloquent-user)[ RSS](/packages/thinmy-cached-eloquent-user/feed)WikiDiscussions master Synced 1mo ago

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

CachedEloquentUser
==================

[](#cachedeloquentuser)

---

Caches authenticated user information to prevent laravel query on every request.

Instalation
-----------

[](#instalation)

### 1. Dependencies

[](#1-dependencies)

Using [composer](https://getcomposer.org/), execute the following command to automatically update your `composer.json`:

```
composer require thinmy/cached-eloquent-user
```

or manually update `composer.json`

```
{
	"require": {
		"thinmy/cached-eloquent-user": "^0.0.1"
	}
}
```

After updating composer, add the ServiceProvider to the providers array in `config/app.php`.

```
    'providers' => [
		Thinmy\CachedEloquentUser\AuthServiceProvider::class,
    ],
```

After updating providers, update your authentication driver in `config/auth.php`.

```
    'driver' => 'cachedEloquent`;
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Every ~0 days

Total

2

Last Release

3882d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0bf4383d888a49e375eb4a433ca0fbd394094ba2ae0757144ceff8f93b0d830d?d=identicon)[thinmy](/maintainers/thinmy)

---

Top Contributors

[![thinmy](https://avatars.githubusercontent.com/u/3693592?v=4)](https://github.com/thinmy "thinmy (5 commits)")

### Embed Badge

![Health badge](/badges/thinmy-cached-eloquent-user/health.svg)

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

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[genealabs/laravel-model-caching

Automatic caching for Eloquent models.

2.4k4.8M26](/packages/genealabs-laravel-model-caching)[mikebronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k127.1k1](/packages/mikebronner-laravel-model-caching)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[laragear/cache-query

Remember your query results using only one method. Yes, only one.

272122.8k](/packages/laragear-cache-query)[namoshek/laravel-redis-sentinel

An extension of Laravels Redis driver which supports connecting to a Redis master through Redis Sentinel.

38679.0k](/packages/namoshek-laravel-redis-sentinel)

PHPackages © 2026

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