web4people/pimcore4-compatibility-bridge
1.3.16
2025-12-18 12:11 UTC
Requires
- pimcore/core-version: ~5
- pimcore/pimcore4-shims: ~1
- php-di/php-di: ~5
- zendframework/zendframework1: ~1.12
- symfony/monolog-bundle: v3.5.0
- doctrine/dbal: ~2.10.4
Conflicts
README
!UNMAINTAINED! Use at your own risk!
This package contains the Pimcore 4 compatibilty bridge, which adds the ZF1 dependency and some classes to provide a fallback/bridge onto the ZF environment in Pimcore 5 projects. By using this package, you can gradually migrate your Pimcore 4 projects (Zend Framework) to Pimcore 5 (Symfony).
Installation
Install the compatibility bridge package:
$ composer require web4people/pimcore4-compatibility-bridge --no-scripts
$ composer update
Follow the Installation docs for further steps.