avantarm / memcached-emulator
Memcached PHP extension emulator for Windows environments.
Installs: 1 284
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.4
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^9.5
Suggests
- ext-igbinary: *
- ext-zlib: *
This package is auto-updated.
Last update: 2024-11-06 08:10:35 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()
.