From the course: MVC Frameworks for Building PHP Web Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Zend concepts and features

Zend concepts and features

From the course: MVC Frameworks for Building PHP Web Applications

Start my 1-month free trial

Zend concepts and features

- [Narrator] The Zend Framework has gotten more modular and more adaptable over the years. With Zend Framefork being the most extensible and sensible Zend Framework yet. Zend doesn't require that you use it in full, you can utilize its components separately. It's MVC Framework or even just its expressive middleware. Let's dive deeper into Zend. Zend relies mostly on composer for installation at this time. You can install or include any item using composer. You can also install the MVC skeleton application. This gives you a headstart in building your applications by giving you essentially a fully prepared version of the Zend Framework. Additionally there are versions of the skeleton available for Vagrant or Docker if you like to use any of those for your deployments. You can also install the expressive skeleton application as a separate element that you can use for messaging. This supports the PSR seven subset of standards. Modules are at the core of a Zend Application. These are…

Contents