Forest header image

Symfony Finland
Random things on PHP, Symfony and web development



Symfony CMS

Symfony is a popular tool for content management system builders. Here is a short list of some tools that use it to build a CMS.


Written by Jani Tarvainen on Wednesday February 3, 2016
Permalink -

How to run both PHP 5.6 and PHP 7.x with Homebrew on OS X with PHP-FPM

The latest iterations of PHP in the 7.x branch are great improvement over the last PHP 5 version, which is 5.6. However many applications don't support it and it will be useful to run many versions on a local environment. In my case a laptop running macOS (OS X) and using the Homebrew packet manager. This is how to run both PHP 5.6 and PHP 7.1 simultaneously.


Written by Jani Tarvainen on Wednesday March 9, 2016
Permalink -