cdk2020 / memcachedphp-windows
Memcached PHP extension emulator for Windows environments.
1.0.0
2019-01-05 07:30 UTC
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-11-04 13:21:16 UTC
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()
.