alekseykorzun/memcached-wrapper-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

alekseykorzun/memcached-wrapper-php

最新稳定版本:v2.0.0

Composer 安装命令:

composer require alekseykorzun/memcached-wrapper-php

包简介

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

README 文档

README

Optimized PHP 5 wrapper for Memcached extension tested and proven to perform under high concurrency conditions on modern websites 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 dogpiling
  • Adjustable local storage integration to avoid duplicate lookups 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 autoloader, 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 the 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

统计信息

  • 总下载量: 80.64k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 29
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 28
  • Watchers: 3
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-04-07