cdk2020/memcachedphp-windows
Composer 安装命令:
composer require cdk2020/memcachedphp-windows
包简介
Memcached PHP extension emulator for Windows environments.
README 文档
README
Memcached PHP extension emulator for Windows environment.
Emulates Memcached extension for PHP.
Installation via Composer
Add "CDK2020/memcachedphp-windows": "~1.0" to the require block in your composer.json and then run composer install.
{
"require": {
"CDK2020/memcachedphp-windows": "~1.0"
}
}
Alternatively, you can simply run the following from the command line:
composer require CDK2020/memcachedphp-windows
Unsupported methods because I don't have time to make them work:
Memcached::setSaslAuthData() Memcached::fetch() Memcached::fetchAll() Memcached::getDelayed() Memcached::getDelayedByKey()
$time parameter is not supported for Memcached::delete() and Memcached::deleteByKey().
统计信息
- 总下载量: 38
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-05