PHPackages                             lovecoding/content-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. lovecoding/content-cache

AbandonedArchivedLibrary

lovecoding/content-cache
========================

A simple package - for web service made by SLim Framework, that's helps you cache your content on server. One time handle, more times using.

v2.0.5(7y ago)011MITPHPPHP &gt;=7.0.0

Since May 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/thangl3/content-cache)[ Packagist](https://packagist.org/packages/lovecoding/content-cache)[ RSS](/packages/lovecoding-content-cache/feed)WikiDiscussions master Synced 3d ago

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

LoveCoding\\ContentCache
========================

[](#lovecodingcontentcache)

ContentCache is a simple package - for web service made by SLim Framework, that's helps you cache your content on server. One time handle, more times using.

Installation
------------

[](#installation)

It's recommended that you use [Composer](https://getcomposer.org/) to install ContentCache.

```
$ composer require lovecoding/content-cache
```

This will install ContentCache and all required dependencies. ContentCache requires PHP 5.3.0 or newer.

Usage
-----

[](#usage)

Create an index.php file with the following contents:

Demo using Slim 3.x framework

```
