Optimized PHP 5 wrapper for Memcached extension that supports dog-piling, igbinary and local storage
View the Project on GitHub AlekseyKorzun/Memcached-Wrapper-PHP-5
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:
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.
Memcached: http://pecl.php.net/package/memcached IgBinary: http://pecl.php.net/package/igbinary