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 2w 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 52% 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

2834d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7945546?v=4)[Hao](/maintainers/UniFreak)[@unifreak](https://github.com/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

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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