2017 © Pedro Peláez
 

library zoocache

Simple output caching for your app.

image

zoocache/zoocache

Simple output caching for your app.

  • Tuesday, June 19, 2012
  • by marcelklehr
  • Repository
  • 1 Watchers
  • 7 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Caching made easy

Zoocache is a caching library utilising various storage mediums (Memcached, MySQL and File System), intended to cache expensive task in your application or website (e.g. database queries)., (*1)

Additionally Zoocache provides a throw-in caching engine, that uses output buffering to easily add a caching layer to any existing website., (*2)

To be usable in all environments, Zoocache extracts storage operations into various storage drivers, so that it's possible to run Zoocache with the database of your choice. Additionally, this makes it very easy to add support for a new storage medium., (*3)

Requirements

  • PHP 5.3 or newer
  • zlib` for gzip compression (optional)

Installation

  1. Install Zoocache through composer using 'zoocache/zoocache': '*' as a dependency in your composer.json.
  2. Edit vendor/zoocache/zoocache/config.php and set the options for the storage medium of your choice.
  3. Load vendor/zoocache/zoocache/install.php with your browser or run it on the command line using php vendor/zoocache/zoocache/install.php.
  4. Set up a php file in your app directory and include vendor/zoocache/zoocache/test.php. Now, load the new file with your browser to check whether zoocache is working.
  • Documentation can be found in the wiki
  • Submit any questions, bugs or suggestions to the Issue Tracker

License

Copyright 2011-2012 by Marcel Klehr
MIT License., (*4)

The Versions

19/06 2012

dev-master

9999999-dev http://github.com/marcelklehr/zoocache

Simple output caching for your app.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Marcel Klehr

cache caching memcached output mysql buffer abc

19/06 2012

v0.6.2

0.6.2.0 http://github.com/marcelklehr/zoocache

Simple output caching for your app.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Marcel Klehr

cache caching memcached output mysql buffer abc

18/06 2012

v0.6.1

0.6.1.0 http://github.com/marcelklehr/zoocache

Simple output caching for your app.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

by Marcel Klehr

cache caching memcached output mysql buffer abc

18/06 2012

v0.6.0

0.6.0.0 http://github.com/marcelklehr/zoocache

Simple output caching for your app.

  Sources   Download

GPL

The Requires

  • php >=5.3

 

by Marcel Klehr

cache caching output buffer abc