Zend Framework 3 offers a new package to write PHP application using a middleware approach. This new package is zend-expressive, a micro-framework supporting the PSR-7 standard. In this tutorial we'll show how to build performant, well-structured, and reusable web applications using zend-expressive. We'll show how to design and implement simple web applications, web APIs, and complex web architectures using dependency injection containers, routing systems, and template adapters.
Preparation instructions: https://github.com/ezimuel/zend-expressive-workshop/blob/master/README.md

Comments

Comments are closed.

Samuel at 21:37 on 13 May 2017

Thank you very much Enrico for the very clean and simply great workshop.
Thank you