cdk2020 / memcachedphp-windows
Memcached PHP extension emulator for Windows environments.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cdk2020/memcachedphp-windows
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2025-10-20 17:38:49 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().