Workshop in English - US at Longhorn PHP Conference 2019
Track Name:
Longhorn
Short URL: https://joind.in/talk/4ed74
(QR-Code (opens in new window))
Symfony is not only a framework, but also a collection of components that can be used in generic PHP applications. Their number has grown from 21 in version 2.0 to 48 as of today, and they are used in some of the most prominent PHP projects.
This workshop will take you from zero to a simple framework built with those components. You will learn how a framework works at the core, and how the basic components fit together. Along the way we will see how some components can be useful in vanilla PHP projects apart from Symfony full stack.
Comments
Comments are closed.
Interesting, helpful, fulfilled my expectations.
Great intro to Symfony components to build a basic web application with request/response/dependency injection container/routers/and kernel.
Good overview Symfony components, answered questions about the inner workings, and broadened my understanding of them.
A great intro for the symfony components and how to glue them together correctly. Helps you appreciate your favorite framework and the work it does for you.
Great tutorial from Andreas. He readily assisted individuals who encountered issues along the way and still managed to complete the simple framework. As an improvement, give a list of components from packagist.org that would address several common web application use cases to add on to the simple framework.