A free and open-source book on ZF3 for beginners


14. Creating a New Module

When your website grows in size, you can benefit from using Zend Framework 3 feature called modules. Modular applications consist of pieces that have relatively few dependencies on each other. This allows to install or remove modules on demand. In this chapter you will learn what is a ZF3 module, when to create a new module and how to create it.


Top