Tag symfony
DrupalCon Notes. Symfony for Drupal Developers
Symfony 2
- Tier 1 PHP framework
- Loosely coupled
- Helped inspire PHP 5.3 era revolution
- Incubator for Composer
DrupalCon Notes. Symfony2 - The Journey from the Request to Response
Philosophy
- Symfony is a HTTP framework not an MVC framework
- HTTP request -> Front Controller -> HttpKernel -> Routing Component -> Controller -> Model/View -> HttpFoundation response
1