cdk2020/memcachedphp-windows

Memcached PHP extension emulator for Windows environments.

1.0.0 2019-01-05 07:30 UTC

This package is not auto-updated.

Last update: 2024-05-06 11:01:24 UTC


README

License

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().