Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for symfony

Drupal 8 to accelerate Symfony adoption

The Drupal project announced way back in 2012 that they are adopting Symfony Components. At that stage the Symfony2 project was less than a year old. Today Symfony stands as one of the initiators of the contemporary PHP culture we have today, but the launch of Drupal in 2015 will push Symfony mainstream.


Written by Jani Tarvainen on Wednesday November 18, 2015
Permalink - Tags: drupal, symfony

Drupal 8 ja sisällönhallinta

Drupal on avoimen lähdekoodin sisällönhallintajärjestelmä. Sen versiota 8 on työstetty pitkään. Se julkaistaan vihdoin marraskuun 19. päivä 2015.


Written by Jani Tarvainen on Wednesday November 18, 2015
Permalink - Tags: drupal, symfony, php

The face of Symfony: User Interfaces

Symfony is a collection of software components. It's also a framework to tying these components together to provide a base for all kinds of applications. As a backend framework the Symfony Standard Edition does not come with a default UI, but there are a number of options to create these.


Written by Jani Tarvainen on Monday November 9, 2015
Permalink - Tags: easyadminbundle, ezplatform, sonata, ui, symfony

PHP microframeworks and the Symfony Framework Micro Kernel

A Micro Kernel was merged to the Symfony 2.8 branch on November 5th. This is an alternative to the traditional AppKernel used in applications built with the Symfony Standard Edition (SE) Distribution.

Let's study what is the difference between these Kernels and how they relate to PHP microframeworks like Silex, Slim and Lumen.


Written by Jani Tarvainen on Friday November 6, 2015
Permalink - Tags: symfony, microframework, silex, php, microkernel