Talk in English - US at ZendCon 2016
Track Name:
The Joint
View Slides: https://speakerdeck.com/jimbojsb/composing-php-applications-with-middleware-zendcon-2016
Short URL: https://joind.in/talk/70548
(QR-Code (opens in new window))
Composing PHP applications with middleware
Comments
Comments are closed.
Great talk. I like the live coding which shows how simple and quick middleware can be.
Very nice job.
nice talk! Can you please publish the code examples and sheets?
Simple and efficient, this conference really delivered with coding example that was easy to catch on the go
Awesome. Live coding was great! Please post the live code samples!!
Excellent talk. I really liked this presentation... live code example demonstrated the ease of use, and was a great example of how middlewareworks
Best session i had so far. Great job
As with his previous talk, Mr. Butts demonstrated mastery over the subject matter and the related tools. His ability to deliver a live tutorial with no apparent "cheat-sheet" was rather impressive. He built a fully-functional middleware chain involving several components (a string manipulator, a basic HTTP authenticator, and a basic view cacher) in real-time, and did an excellent job of explaining each step as he went along.
Good talk covering the aspects of both what is Middleware and how you can build and implement middleware layers. I think a better solution though, might be to have an application in place and add new features to it with middleware as that would be the more common problem rather than constructing a new application entirely using middleware.
For me something was missing, I found out how to use a couple components but I am not sure why or when I would use them nor do I really understand how they would fit into the architecture of any of my current applications.