Skip to content

regruppe/memcached-wrapper-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 5 wrapper for Memcached

Optimized PHP 5 wrapper for Memcached extension tested and proven to perform under high concurrency conditions on popular web sites including but not limited to:

  • CollegeHumor
  • Vimeo
  • Lot18
  • Dorkly
  • Jest
  • Todays Big Thing
  • Image Socket

Features

  • Optimized Memcached settings out of the box
  • Gracefully handles expiration of cached resources via single request to prevent dog piling
  • Adjustable local storage integration to prevent duplicate look-ups during run time
  • Automatically switches to IgBinary support if IgBinary is enabled
  • 100% phpDocumentator 2 code coverage
  • 100% PSR-2 code coverage
  • Composer friendly package

Usage

If you have your own autoloader, simply update namespaces and drop the files into your frameworks library.

For people that do not have that setup, you can visit http://getcomposer.org to install composer on your system. After installation simply run composer install in parent directory of this distribution to generate vendor/ directory with a cross system autoloader.

Please see Examples directory for a simple run down of functionality.

Additional information

Memcached: http://pecl.php.net/package/memcached IgBinary: http://pecl.php.net/package/igbinary

About

Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published