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)82861MITPHP

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 yesterday

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 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

3927d 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.8k9.0M69](/packages/spatie-laravel-responsecache)[illuminate/cache

The Illuminate Cache package.

12937.0M1.8k](/packages/illuminate-cache)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21111.6k](/packages/iazaran-smart-cache)

PHPackages © 2026

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