2017 © Pedro Peláez
 

library slim-apc-cache

Cache Middleware for PHP Slim micro framework using APC Cache

image

palanik/slim-apc-cache

Cache Middleware for PHP Slim micro framework using APC Cache

  • Monday, May 4, 2015
  • by palanik
  • Repository
  • 1 Watchers
  • 2 Stars
  • 62 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 3 % Grown

The README.md

SlimAPCCache

Latest Stable Version License, (*1)

Cache Middleware for PHP Slim micro framework using APC Cache, (*2)

How to Install

  1. Update your composer.json to require the palanik/slim-apc-cache package.
  2. Run composer install to add SlimAPCCache your vendor folder.
{
  "require": {
    "palanik/slim-apc-cache": "0.0.2.*"
  }
}

How to Use this Middleware

add(new SlimAPCCache(array(
            'ttl' => 60,
            'caching_prefix' => 'myapp_',
            )));
            
$app->get('/foo', function () use ($app) {
    echo "Hello Bar";
});

$app->run();
?>

The Versions

04/05 2015

dev-master

9999999-dev https://github.com/palanik/SlimAPCCache

Cache Middleware for PHP Slim micro framework using APC Cache

  Sources   Download

MIT

The Requires

 

by Avatar palanik

cache apc slim slimphp slimcache apccache slimapccache

09/02 2015

0.0.2

0.0.2.0 https://github.com/palanik/SlimAPCCache

Cache Middleware for PHP Slim micro framework using APC Cache

  Sources   Download

MIT

The Requires

 

by Avatar palanik

cache apc slim slimphp slimcache apccache slimapccache

03/02 2015

0.0.1

0.0.1.0 https://github.com/palanik/SlimAPCCache

Cache Middleware for PHP Slim micro framework using apccache

  Sources   Download

MIT

The Requires

 

by Avatar palanik

cache slim slimphp slimcache apccache slimapccache