Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for symfony





Symfony and Asset Management

The Standard Edition of the Symfony2 Framework has relied on a PHP asset management framework called Assetic. It has been around for quite a few years now and continues to serve static assets such as packaged CSS and JavaScript files. But is it relevant any longer?


Written by Jani Tarvainen on Sunday October 4, 2015
Permalink - Tags: symfony, gulp, bower, assetic, puli, webpack

Rewrite your legacy PHP apps in... PHP!

PHP has been around for a long time. During it's twenty year tenure of powering the web it has been used for a lot of things. PHP has been and continues to power a lot of ad-hoc, disposable web applications and quick turn around web sites.

In addition to this bulk of CMS work and quick hacks, PHP powers a lot of business critical applications. These tend to grow in complexity over time and many of these are 10+ years in age. As a language PHP has also matured along the way.

Today it is a perfectly viable option to gradually rewrite your application in modern PHP without the risky big bang rewrite. In fact, PHP is pretty much a perfect tool for this.


Written by Jani Tarvainen on Sunday September 20, 2015
Permalink - Tags: symfony, php, cms, legacy