Fork me on GitHub


In the second episode of the series we’ll look at the most fundamental component in the Symfony2 Components suite – HTTPFoundation Component.
Symfony2 had taken a step back from the ugly global variables and based its architecture on the most basic principles: Requests and Responses.
Using these makes building your PHP applications fun again!