PHPackages                             smart-php/super-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. smart-php/super-cache

ActiveLibrary[Caching](/categories/caching)

smart-php/super-cache
=====================

Simple PHP cache mechanism which is 500X Faster Caching than Redis/Memcache/APC in PHP &amp; HHVM

0.0.9(4y ago)228874MITPHPPHP &gt;=5.3.0

Since Jun 10Pushed 4y ago3 watchersCompare

[ Source](https://github.com/shabeer-ali-m/php-super-cache)[ Packagist](https://packagist.org/packages/smart-php/super-cache)[ RSS](/packages/smart-php-super-cache/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (6)DependenciesVersions (7)Used By (0)

php-super-cache
===============

[](#php-super-cache)

Simple PHP cache mechanism which provides 200X Faster Caching than other PHP cache mechanisms like Redis/Memcache/APC in PHP &amp; HHVM. SuperCache uses the normal file system to store values. This method is faster than Redis/Memcache because all those serialize and unserialize objects.

[![GitHub tag](https://camo.githubusercontent.com/cdd36046805f24a072235293c7f2b2d01449019cb037640b20748665a62f3595/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f736861626565722d616c692d6d2f7068702d73757065722d63616368652e7376673f7374796c653d666c61742d737175617265)](https://github.com/shabeer-ali-m/php-super-cache/releases)

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

[](#installation)

Via Composer

```
composer require smart-php/super-cache
```

### Basic Usage

[](#basic-usage)

```
