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-10-26 03:17:01 UTC
README
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"