avantarm/wincache-emulator

WinCache PHP extension emulator for non-IIS environments.

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/avantarm/wincache-emulator

1.0.0 2018-01-25 00:00 UTC

This package is auto-updated.

Last update: 2025-10-26 05:32:26 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

WinCache PHP extension emulator for non-IIS environments.

Emulates user cache functions of Windows Cache extension for PHP.

Installation via Composer

Add "avantarm/wincache-emulator": "~1.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"avantarm/wincache-emulator": "~1.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require avantarm/wincache-emulator "~1.0"