PHPackages                             kyrenator/query-cache - 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. kyrenator/query-cache

ActiveLibrary[Caching](/categories/caching)

kyrenator/query-cache
=====================

Easily Cache Eloquent Collections

v1.0.1(11y ago)72193[1 PRs](https://github.com/hootlex/query-cache/pulls)MITPHPPHP &gt;=5.4.0

Since Mar 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hootlex/query-cache)[ Packagist](https://packagist.org/packages/kyrenator/query-cache)[ RSS](/packages/kyrenator-query-cache/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

> **IMPORTANT NOTICE: This package is not maintained and maybe not working at all. Use it at your own risk!!**

Laravel 5 query cache
=====================

[](#laravel-5-query-cache)

This Laravel 5 package allows you to easily cache eloquent queries by implementing laravel 4 remember method.

\##How to use ###Step 1: Install Through Composer

```
composer require kyrenator/query-cache

```

\###Step 2: Use QueryCache In Your Model

```
