PHPackages                             unifreak/rememberable-db - 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. unifreak/rememberable-db

ActiveLibrary[Caching](/categories/caching)

unifreak/rememberable-db
========================

Query caching for Laravel 5 DB

v1.0.1(7y ago)126MITPHP

Since Sep 21Pushed 7y ago2 watchersCompare

[ Source](https://github.com/UniFreak/RememberableDB)[ Packagist](https://packagist.org/packages/unifreak/rememberable-db)[ RSS](/packages/unifreak-rememberable-db/feed)WikiDiscussions master Synced 3d ago

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

`RememberableDB` extends from , added caching ability to `DB` (using facade `RDB`).

Install
=======

[](#install)

1. install composer package: run `composer require unifreak/rememberable-db`
2. register service provider: open `config/app.php`, add the following line into `providers` config entry:

    `UniFreak\RememberableDB\RDBServiceProvider::class,`
3. register facade: open `config/app.php`, add the following line into `aliases` config entry:

    `'RDB' => UniFreak\RememberableDB\RDBFacade::class,`
4. done

usage
=====

[](#usage)

```
// first, import RDB facade
use RDB

// you need to call table() first, then you can use the caching functions
// see
RDB::table()->remember()....
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

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 ~4 days

Total

2

Last Release

2788d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/unifreak-rememberable-db/health.svg)

```
[![Health](https://phpackages.com/badges/unifreak-rememberable-db/health.svg)](https://phpackages.com/packages/unifreak-rememberable-db)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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