soupmix / cache-apcu
This package is abandoned and no longer maintained.
The author suggests using the soupmix/cache package instead.
Framework agnostic APCu adapter for SimpleCache Interface.
1.0.1
2021-06-26 16:38 UTC
Requires
- php: ^7.3|^8.0
- ext-apcu: *
- psr/simple-cache: ^1.0
- soupmix/cache-base: ^1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.4
- phpunit/phpcov: ^8.2
- phpunit/phpunit: ^9.5
Provides
- psr/simple-cache-implementation: ^1.0.1
README
Installation
It's recommended that you use Composer to install Soupmix Cache APCu Adaptor.
$ composer require soupmix/cache-apcu "^1.0"
Connection
require_once '/path/to/composer/vendor/autoload.php'; $cache = new Soupmix\Cache\APCUCache();