maksimovic / zend-memory
Zend Framework 1 Memory package
2.0.1
2026-04-02 23:01 UTC
Requires
- php: >=8.1
- maksimovic/zend-cache: ^2.0.0
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Replaces
- zendframework/zend-memory: *
- zf1/zend-memory: ^1.12
- zf1s/zend-memory: ^1.12
README
A PHP 8.1+ compatible fork of zf1s/zend-memory, originally from Zend Framework 1.
Memory management component that allows working with data in memory-constrained environments by swapping values to a cache backend when limits are reached.
Installation
composer require maksimovic/zend-memory
This package replaces zendframework/zend-memory, zf1/zend-memory, and zf1s/zend-memory.
License
BSD-3-Clause