avantarm / memcached-emulator
Memcached PHP extension emulator for Windows environments.
1.0.6
2021-01-27 00:00 UTC
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.5
Suggests
- ext-igbinary: *
- ext-zlib: *
This package is auto-updated.
Last update: 2026-03-06 10:48:03 UTC
README
Memcached PHP extension emulator for Windows environment.
Emulates Memcached 3.0.4 extension for PHP.
Installation via Composer
Add "avantarm/memcached-emulator": "~1.0" to the require block in your composer.json and then run composer install.
{
"require": {
"avantarm/memcached-emulator": "~1.0"
}
}
Alternatively, you can simply run the following from the command line:
composer require avantarm/memcached-emulator
Unsupported methods:
Memcached::setSaslAuthData() Memcached::fetch() Memcached::fetchAll() Memcached::getDelayed() Memcached::getDelayedByKey()
$time parameter is not supported for Memcached::delete() and Memcached::deleteByKey().