Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for php

Developer platforms built with the Symfony Framework

The Symfony Framework is a web application framework. There are countless other options for doing the same thing, ranging from lightweight microframeworks to behemoths that include everything from their own ORM to a custom templating system.

Traditionally frameworks are used to create end user solutions, but where Symfony seems to be quite good at is targeting creators of developer platforms.


Written by Jani Tarvainen on Saturday March 12, 2016
Permalink - Tags: symfony, php

Why have Controllers as Services in Symfony?

If you're just getting started with Symfony then you get bombarded with quite a few terms and concepts. Two of them are Controllers and Services. Controllers are quite straightforward in their actions (ha-ha) and simply take requests and return responses.


Written by Jani Tarvainen on Sunday February 28, 2016
Permalink - Tags: symfony, php, controller, services


Going Async in Symfony Controllers

Asynchronous programming has become a synonym for high performance in server side web applications in the recent years. This is largely due to the rising popularity of JavaScript and Node.js, in which everything is async by default.


Written by Jani Tarvainen on Saturday February 20, 2016
Permalink - Tags: symfony, async, php

What eZ Platform adds to Symfony

eZ Platform is a Content Management System built with the Symfony Full Stack framework. While this may be clear to developers who have worked with it; it maybe somewhat vague for the unitiated. Especially when compared with Concrete5 or Drupal, which have adopted Symfony components into their core.


Written by Jani Tarvainen on Thursday February 11, 2016
Permalink - Tags: symfony, ezplatform, php

Help mold the Symfony of Tomorrow

Any complex piece of software needs to keep evolving to maintain it's relevancy. Symfony2 itself was instrumental in the popularisation of Dependency Injection and other cornerstones of contemporary PHP, but the world keeps turning and Symfony needs to keep up.


Written by Jani Tarvainen on Saturday February 6, 2016
Permalink - Tags: symfony, php