pimcore / pimcore4-compatibility-bridge
Installs: 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 1
Open Issues: 1
pkg:composer/pimcore/pimcore4-compatibility-bridge
Requires
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 pimcore/pimcore4-compatibility-bridge --no-scripts
$ composer update
Follow the Installation docs for further steps.