avantarm/wincache-emulator

WinCache PHP extension emulator for non-IIS environments.

1.0.0 2018-01-25 00:00 UTC

This package is auto-updated.

Last update: 2024-04-26 02:01:35 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"