Upgrading a Zend Framework 1 (ZF1) application to Zend Framework 3 (ZF3) is a significant task, as there were many changes and improvements between these versions. While ZF1 was modular there was a global confugration file call application.ini that looks something like this: Since ZF2, we have no ini file and the application has a…