Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for symfony

Symfony koulutus ja itseopiskelu

Symfony on PHP sovelluskehys (framework), joka on erittäin suosittu maailmanlaajuisesti. Järjestelmää ladattiin vuonna 2015 yli miljoona latausta joka kuukausi. Tämä ja yli 300 000 kehittäjän verkosto takaa että Symfony tulee pysymään relevanttina myös jatkossa.


Written by Jani Tarvainen on Tuesday March 22, 2016
Permalink - Tags: symfony, suomi, koulutus, opiskelu, kurssi


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