maksimovic/zend-cache

Zend Framework 1 Cache package

Maintainers

Package info

github.com/maksimovic/zend-cache

Homepage

pkg:composer/maksimovic/zend-cache

Statistics

Installs: 49

Dependents: 1

Suggesters: 0

Stars: 0

2.0.1 2026-04-02 23:01 UTC

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