Talk in English - UK at PHP UK Conference 2017
View Slides: http://www.slideshare.net/asgrim1/kicking-off-with-zend-expressive-and-doctrine-orm-php-uk-2017
Short URL: https://joind.in/talk/98515
(QR-Code (opens in new window))
You've heard of Zend's new framework, Expressive, and you've heard it's the new hotness. In this talk, I will introduce the concepts of Expressive, how to bootstrap a simple application with the framework using best practices, and finally how to integrate a third party tool like Doctrine ORM.
Comments
Comments are closed.
Difficult to comment on the technical aspects of the talk, as I've not really used Expressive/Middleware, but it was an interesting talk with a useful run through of code examples.
James manage to do a very nice introduction to Zend Expressive's components and how to plug Doctrine ORM in that context.
Some suggestions:
- The code samples were quite comprehensible, however I think the amount of code can be reduced to have a better balance (e.g. the behaviour of the MiddlewarePipeline could be explained using some graphs to help the understanding - and maybe the examples of middlewares can be dropped - slides 19 to 22)
- The storyline of the talk is well connected but some parts could be reviewed (the Expressive installer can be showed before of taking about the sample application)
- Although is nice to compare expressive v1 and v2 middlewares I've found a bit confusing, I'd keep just the v2 to be consistent with the other examples (or compare them after finishing the ORM related middleware)