diablomedia / zendframework1-cache
Zend Framework 1 Cache component
Installs: 298 472
Dependents: 9
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 2
Open Issues: 3
Requires
- php: ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0
- diablomedia/zendframework1-config: ^1.0.0 || ^2.0.0
- diablomedia/zendframework1-exception: ^1.0.0
- diablomedia/zendframework1-loader: ^1.0.0
- diablomedia/zendframework1-log: ^1.0.0
Requires (Dev)
- friendsofphp/php-cs-fixer: 3.16.0
- maglnet/composer-require-checker: ^3.0.0
- phpro/grumphp-shim: ^1.5.0
- phpstan/phpstan: 1.10.14
- phpunit/phpunit: ^9.5.10
Suggests
- ext-apc: Used in the APC Backend
- ext-hash: May be used in the File Backend depending on hashing algorithm used
- ext-memcache: Used in the Memcached Backend
- ext-memcached: Used in the Libmemcached Backend
- ext-wincache: Used in the WinCache Backend
- ext-xcache: Used in the Xcache Backend
This package is auto-updated.
Last update: 2023-09-14 23:22:24 UTC
README
This is just the Zend_Cache component extracted from our fork of the Zend Framework 1 repo (https://github.com/diablomedia/zf1).