maksimovic / zend-cache
Zend Framework 1 Cache package
2.0.1
2026-04-02 23:01 UTC
Requires
- php: >=8.1
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- ext-memcached: Required for the Libmemcached backend
- ext-sqlite3: Required for the Sqlite backend
- maksimovic/zend-log: Required for logging support
Replaces
- zendframework/zend-cache: *
- zf1/zend-cache: ^1.12
- zf1s/zend-cache: ^1.12
README
A PHP 8.1+ compatible fork of zf1s/zend-cache, originally from Zend Framework 1.
Caching implementation supporting File, SQLite3, Libmemcached, and BlackHole backends. The Sqlite backend has been rewritten to use the SQLite3 extension. Backends for APC, XCache, Memcache (ext-memcache), WinCache, and ZendPlatform have been removed as their PHP extensions are not available on PHP 8+.
Installation
composer require maksimovic/zend-cache
This package replaces zendframework/zend-cache, zf1/zend-cache, and zf1s/zend-cache.
License
BSD-3-Clause