Talk in English - US at Midwest PHP 2017
View Slides: https://www.slideshare.net/adamculp/expressive-microservice-framework-blastoff
Checkout the code: https://github.com/adamculp/expressive-blastoff
Short URL: https://joind.in/talk/cd0e6
(QR-Code (opens in new window))
With PHP frameworks being more decoupled than ever, and with the help of package and dependency managers, large and heavy PHP frameworks are a thing of the past. Modern PHP developers now have a wealth of libraries available specializing at certain tasks, and microservices are fast becoming a preferred way to architect applications. But many don't know how to start, and get thrown in the deep end.
This talk will briefly introduce what microservices are, and how to create them using middleware. Then show how to build using the Zend Expressive microframework leveraging components of Zend Framework, and other libraries, to quickly create awesome things without requiring a full stack framework. Resources for reference and continued learning will also be shared.
Comments
Comments are closed.
A thorough overview of the Zend Expressive micro-framework. Useful for anyone with zero knowledge of this framework.
It's probably really hard to do this presentation without a ton of text. I think it would make a really good workshop or tutorial... there was just so much information and code that it was hard to appreciate the end result.
Without a direct application on how to use this framework, it was hard to have a takeaway. Appreciated knowing that this it out there.
Great talk -- enough was covered to get me interested in the framework; however, I really would have liked to see more how this particular microservice framework compares to other frameworks I might be working with currently in similar situations.