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.

Jeff Garner at 14:49 on 17 Aug 2018

Enjoyed the walk through of this tutorial!! Nice to get a live step-by-step with code examples.

TJ Draper at 14:54 on 17 Aug 2018

This is the direction of the future and a truly modern approach to PHP.

Julian Canepa at 15:31 on 17 Aug 2018

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.

Roger Creasy at 06:23 on 18 Aug 2018

Terrific talk! A great walk through with a good introduction to building without a framework. Good overview of PSR standards.