Download the PHP package zored/zf2-to-3 without Composer
On this page you can find all versions of the php package zored/zf2-to-3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zf2-to-3
ZF2 to 3
Hacks for migrating from ZF2 to ZF3.
Why?
To fast-fix your code before fully moving to ZF3.
How?
use \ZF2TO3\ZF2To3AbstractFactoryTrait;
in abstract factories.use \ZF2TO3\ZF2To3FactoryTrait;
in factories.use \ZF2TO3\ZF2To3ControllerTrait;
in controller itself if it depends on service locator.use \ZF2TO3\ZF2To3ServiceLocatorAwareTrait;
and custom constructor to get rid ofServiceLocatorAware
.-
Change controller configurations:
- Read the migration docs and get rid of these hacks!
All versions of zf2-to-3 with dependencies
PHP Build Version
Package Version
The package zored/zf2-to-3 contains the following files
Loading the files please wait ....