Talk in English - US at Southeast PHP
Short URL: https://joind.in/talk/4f128
(QR-Code (opens in new window))
As new programmers mature beyond their first simple PHP scripts, many immediately adopt a framework-specific way of development and find themselves unsure how to move forward when presented with an existing application not written in their favorite framework.
In this talk, I'll use the latest PSR standards and packages from a variety of vendors to put together a simple bootstrap for a modern PHP application (based heavily on my tutorial Modern PHP Without a Framework). By peeling back that layer of framework magic, attendees will see what's going on under the hood and discover tools to better prepare them to take on any PHP project in the future.
Comments
Comments are closed.
Enjoyed the walk through of this tutorial!! Nice to get a live step-by-step with code examples.
This is the direction of the future and a truly modern approach to PHP.
Excellent talk with a great takeaway - you won't always be able to migrate legacy applications to frameworks, by incrementally moving a procedural codebase over to modern concepts, you can use "the new hotness" almost immediately. I wish there was more time to finish, but great pace.
Terrific talk! A great walk through with a good introduction to building without a framework. Good overview of PSR standards.