maksimovic / zend-registry
Zend Framework 1 Registry package
2.0.0
2026-04-10 20:42 UTC
Requires
- php: >=8.1
- maksimovic/zend-exception: ^2.0.1
Requires (Dev)
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^10.5
Suggests
- maksimovic/zend-loader: Used in special situations or with special adapters
Replaces
- zf1/zend-registry: ^1.12
- zf1s/zend-registry: ^1.12
This package is auto-updated.
Last update: 2026-04-10 20:50:46 UTC
README
A PHP 8.1+ compatible fork of zf1s/zend-registry, originally from Zend Framework 1.
Global registry for storing and retrieving objects and values across an application.
Installation
composer require maksimovic/zend-registry
This package replaces zf1/zend-registry and zf1s/zend-registry.
License
BSD-3-Clause